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