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