8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
funciton
method
1 parent 397e9fb commit c0bad80Copy full SHA for c0bad80
docs/guide/composition-api.md
@@ -37,7 +37,7 @@ export default {
37
38
## Accessing Mutations and Actions
39
40
-When accessing mutations and actions, you can simply provide the `commit` and `dispatch` function inside the `setup` hook.
+When accessing mutations and actions, you can simply provide the `commit` and `dispatch` method inside the `setup` hook.
41
42
```js
43
import { useStore } from 'vuex'
0 commit comments