Skip to content

Commit 7aad4a3

Browse files
Alex-Sokolovktsn
authored andcommitted
state.md standalone build -> full build (#774)
1 parent 1344e73 commit 7aad4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const Counter = {
6161
When a component needs to make use of multiple store state properties or getters, declaring all these computed properties can get repetitive and verbose. To deal with this we can make use of the `mapState` helper which generates computed getter functions for us to help us save some keystrokes:
6262

6363
``` js
64-
// in standalone builds helpers are exposed as Vuex.mapState
64+
// in full builds helpers are exposed as Vuex.mapState
6565
import { mapState } from 'vuex'
6666

6767
export default {

0 commit comments

Comments
 (0)