Skip to content

Commit 55ac7d8

Browse files
committed
Merge pull request #118 from billcolumbia/update-docs-getting-started
Update store with default export to match later docs and examples
2 parents 082e319 + e1d56da commit 55ac7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const mutations = {
2525
}
2626
}
2727

28-
const store = new Vuex.Store({
28+
export default new Vuex.Store({
2929
state,
3030
mutations
3131
})

0 commit comments

Comments
 (0)