zhangherong
2025-04-29 86a6a39153a72dbc624e28559aa41b9570a2339e
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };