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