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