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