zhangherong
2025-03-05 34d513959a974abe9685e4d894ad15aeaed6cc90
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };