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