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