Houjie
2025-06-13 0036adeb95ec933d6b504bf9ae965d029875c76b
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };