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