qushaowei
2023-11-06 ef388d95770306b4eea7c7afa884c37439d41651
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };