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