mitt
摘要:
<template> <A></A> <B></B> </template> <script setup lang='ts'> import A from './A.vue' import B from './B.vue' // 兄弟组件之间的通信在Vue3中没有bus,通过插件mitt来完成兄弟之 阅读全文
posted @ 2025-02-07 23:08 ChoZ 阅读(11) 评论(0) 推荐(0)
posted @ 2025-02-07 23:08 ChoZ 阅读(11) 评论(0) 推荐(0)
posted @ 2025-02-07 18:02 ChoZ 阅读(9) 评论(0) 推荐(0)