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