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