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