qushaowei
2024-01-26 5a74ff63f47921f97b6c3c35751b24b085a1a78c
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };