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