会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
前端—小白
博客园
首页
新随笔
联系
订阅
管理
2025年9月19日
事件总线之初步学习
摘要: 第一步:创建一个eventBus.js 文件名可根据个人爱好取名即可; 内容: import Vue from 'vue' const eventBus = new Vue(); export default eventBus; 第二步:使用 import EventBus from '@/comm
阅读全文
posted @ 2025-09-19 11:59 前端—小白
阅读(5)
评论(0)
推荐(0)
公告