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