Skip to content

Commit

Permalink
Update Vuex store instance to default export to match later docs and …
Browse files Browse the repository at this point in the history
…examples
  • Loading branch information
billcolumbia committed Mar 24, 2016
1 parent 082e319 commit e1d56da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const mutations = {
}
}

const store = new Vuex.Store({
export default new Vuex.Store({
state,
mutations
})
Expand Down

0 comments on commit e1d56da

Please sign in to comment.