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