cuijian
2025-06-18 4af716ae6ae5858fe5b0cffba21483a6dc44e90d
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };