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