“linengliang”
2023-10-24 4ac53eac3402797316e2b7f97e8ddf608c866046
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };