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