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