Skip to content

Commit 4313bdf

Browse files
author
Yan.Huang
committed
add one important missing line
1 parent b2e9f27 commit 4313bdf

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)