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 800a636 commit 550c518Copy full SHA for 550c518
README.md
@@ -71,7 +71,7 @@ def increment(state):
71
state.counter = state.counter + 1
72
73
def createStore():
74
- return Vuex.Store(
+ return Store(
75
state={'counter': 0},
76
mutations={'increment': increment}
77
)
0 commit comments