仪表盘
版本库
文件存储
活动
搜索
登录
hy
/
vue_mdc_hyjs
航宇救生前端代码
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
art: 设备管理-设备台账-设备工艺参数添加
zhangherong
2025-04-29
f058c1e6949fb494214f006c5770187efc5f5ab1
[hy/vue_mdc_hyjs.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 };