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