cuijian
2023-09-05 1227a827fc531da057f1f50c967dd79d2a673a3a
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };