File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ const store = new Vuex.Store({ ...options })
10
10
11
11
### Vuex.Store コンストラクタオプション
12
12
13
- - ** ステート **
13
+ - ** state **
14
14
15
15
- 型: ` Object `
16
16
17
17
Vuex store 向けの root なステートオブジェクト
18
18
19
19
[ 詳細] ( state.md )
20
20
21
- - ** ミューテーション **
21
+ - ** mutations **
22
22
23
23
- 型: ` Object | Array<Object> `
24
24
@@ -28,7 +28,7 @@ const store = new Vuex.Store({ ...options })
28
28
29
29
[ 詳細] ( mutations.md )
30
30
31
- - ** アクション **
31
+ - ** actions **
32
32
33
33
- 型: ` Object | Array<Object> `
34
34
@@ -43,7 +43,7 @@ const store = new Vuex.Store({ ...options })
43
43
44
44
[ 詳細] ( actions.md )
45
45
46
- - ** ミドルウェア **
46
+ - ** middlewares **
47
47
48
48
- 型: ` Array<Object> `
49
49
@@ -70,13 +70,13 @@ const store = new Vuex.Store({ ...options })
70
70
71
71
### Vuex .Store インスタンスプロパティ
72
72
73
- - ** ステート **
73
+ - ** state **
74
74
75
75
- 型: ` Object`
76
76
77
77
root なステート。読み取り専用
78
78
79
- - ** アクション **
79
+ - ** actions **
80
80
81
81
- 型: ` Object`
82
82
You can’t perform that action at this time.
0 commit comments