File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,12 @@ const store = new Vuex.Store({ ...options })
34
34
35
35
``` js
36
36
{
37
- state, // store.state γ¨εγγγγ’γΈγ₯γΌγ«ε
γ«γγγ°γγΌγ«γ«γΉγγΌγ
38
- rootState, // store.state γ¨εγγγγ γγ’γΈγ₯γΌγ«ε
γ«ιγ
39
- commit, // store.commit γ¨εγ
40
- dispatch, // store.dispatch γ¨εγ
41
- getters // store.getters γ¨εγ
37
+ state, // store.state γ¨εγγγγ’γΈγ₯γΌγ«ε
γ«γγγ°γγΌγ«γ«γΉγγΌγ
38
+ rootState, // store.state γ¨εγγγγ γγ’γΈγ₯γΌγ«ε
γ«ιγ
39
+ commit, // store.commit γ¨εγ
40
+ dispatch, // store.dispatch γ¨εγ
41
+ getters, // store.getters γ¨εγγγγ’γΈγ₯γΌγ«ε
γ«γγγ°γγΌγ«γ«γ²γγΏγΌ
42
+ rootGetters // store.getters γ¨εγγγγ γγ’γΈγ₯γΌγ«ε
γ«ιγ
42
43
}
43
44
```
44
45
You canβt perform that action at this time.
0 commit comments