houjie
2023-08-21 672f4c7f756ff1ad3cf8aae18a5ce999773894b9
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };