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