zhaowei
2024-08-29 0ce00c597c587e737f35febf88121c82096be9e2
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };