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