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