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