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