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