仪表盘
版本库
文件存储
活动
搜索
登录
qlj
/
vue_lxzn_qlj
起落架项目mdc前端仓库
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
first commit
cuikaidong
2025-08-08
c495c1ae53473d54af136ea00da84bf51c50d521
[qlj/vue_lxzn_qlj.git]
/
src
/
utils
/
vueBus.js
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
Vue.prototype.$bus = new Bus()
}
export default { install };