摘要: 1. 需求: 数据 多组件共享 2. 涉及: 数据定义 - /vuex/store/ index.js /** * @file /vuex/store/index.js * @author v_wangyuan01 */ import Vue from 'vue'; import Vuex from 阅读全文