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