付延余
2022-04-11 c3339519b1a471c23160ca02cb51d0afc632afea
1
2
3
4
import Vue from 'vue';
// 用于组件间通讯
const bars = new Vue();
export default bars;