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