zhaowei
2025-07-25 5bd1494d82c575e623f106016a558a431e9ba997
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };