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