Lius
2025-01-13 97fdc4473e426084722cf922f5fe84d66366b760
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };