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