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