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