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