zhuzhuanzhuan
2024-03-28 15a9f1b16ae150eda723592917878c3c524d2e72
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };