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