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