xg
“linengliang”
2024-03-13 4acf408253e7366f30885196ac63e077616270d6
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };