zenglf
2023-10-23 9676e09a8fa76483b27dd2f17dd7d9dbef8eac56
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };