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