qushaowei
2025-05-29 48ea29772a71aafb7c687a62a5ba4ecc9b6635a8
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };