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