Skip to content

Commit

Permalink
feat: Add Meta Dispatcher Readme info
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCCC authored Sep 25, 2021
1 parent d00e18f commit 5b93b19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,11 @@ There's a lack of <router-link /> component due to performance reasons.

All props are passed automatically to <Page /> components. Therefore you don't need to use `props: true` in your routes list.

<b>Meta Dispatcher</b>

An additional option that allows you to dispatch actions to Vuex store directly from routes list using `meta.store` object. To utilize it you may need to define `Vue.prototype.$store = store;` after to register your Vue store.


## License

Apache License Version 2.0, January 2004
Expand Down

0 comments on commit 5b93b19

Please sign in to comment.