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