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