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