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