Skip to content

Commit a9c6aaa

Browse files
committed
Merge pull request #125 from ryerh/zh-cn-docs-patch
add one important missing line
2 parents b2e9f27 + 4313bdf commit a9c6aaa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/zh-cn/state.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ computed: {
3636

3737
var app = new Vue({
3838
el: '#app',
39-
// 使用 "store" 来配置,并会在全部的子组件中注入 store 实例,
39+
// 使用 “store” 选项来配置 store 实例
40+
// 并会在全部的子组件中注入 store 实例
41+
store,
4042
components: {
4143
MyComponent
4244
}

0 commit comments

Comments
 (0)