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