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