qushaowei
2023-08-28 40b53882417e2828ec0dfb7fba19f43c46b88c0c
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };