按照上面我们列出来的功能模块,我们在Vuex/下面建立一个store.js文件importVuefrom'vue';importVuexfrom'vuex';Vue.use(Vuex);//需要维护的状态conststate={notes:[],activeNote:{},show:''};constmutations={/