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