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