zhaowei
2024-11-28 81c519d7412ef28d3cc3e2d015830e0f493a0dd5
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };