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