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