qushaowei
2024-01-31 142f2e839bf76eff614ca7c07c30b5da2745681a
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };