qushaowei
2023-08-29 dc958126a95a7ccd46d90a1ca42eeb03789f9c33
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };