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