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