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