zhaowei
2025-05-23 7a228d5837e006af03e76db757e0f559e131f4b4
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };