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