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