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