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.
1 parent a0a7e1d commit f567906Copy full SHA for f567906
docs/guide/index.md
@@ -24,7 +24,7 @@ import { createStore } from 'vuex'
24
const store = createStore({
25
state () {
26
return {
27
- count: 1
+ count: 0
28
}
29
},
30
mutations: {
0 commit comments