Houjie
2025-05-26 992a046daa712f68ea6d6466d5c0fd99d2fc5d13
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };