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