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