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