仪表盘
版本库
文件存储
活动
搜索
登录
xhj
/
vue_mdc_xhj
新火炬前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
art: 物料拉动相关代码修改
zhangherong
6 天以前
3cbfbac2def7eba8a8a7f07aa0ec4426799e8d2a
[xhj/vue_mdc_xhj.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 };