cuijian
2023-08-30 918cdaaa53f65007311946383dde4d56ba8e3195
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };