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