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