zhaowei
2024-07-25 f91199eb63d12ad0fe9a7a43dd43b7a23fd98f66
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };