// 公共的组件,来做为中间传达的工具 import Vue from 'vue' export default new Vue({ data() { return { dataSourceId: '' } } })