zhuzhuanzhuan
2023-09-01 ccc1f098e91573290474e7bf651064b46f446648
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };