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