zhuzhuanzhuan
2024-03-20 7036cc397adccb4907b80a30143f7751b4e68db8
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };