Houjie
2025-05-26 599f3bc9e3455f4ed0702e86875cdd9acd15fc87
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };