摘要: vuex 官网文档 注: Mutation事件使用commit触发, Actions事件使用dispatch触发 安装 npm install vuex 创建store文件/store.js import Vue from 'vue' import Vuex from 'vuex' Vue.use( 阅读全文
posted @ 2017-12-01 21:32 Ajanuw 阅读(240) 评论(0) 推荐(0)