Skip to content

Commit e1d56da

Browse files
committed
Update Vuex store instance to default export to match later docs and examples
1 parent 082e319 commit e1d56da

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)