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