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