提交 82a26c5f 编写于 作者: Q qiang014 提交者: Gitee

!37 update docs/vue-vuex.md.

Merge pull request !37 from 颜交广/N/A
......@@ -197,7 +197,7 @@ Vue.use(Vuex);//vue的插件机制
//Vuex.Store 构造器选项
const store = new Vuex.Store({
state:{//存放状态
"username":"foo"
"username":"foo",
"age":18
}
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册