Skip to content

Commit 5b93b19

Browse files
authored
feat: Add Meta Dispatcher Readme info
1 parent d00e18f commit 5b93b19

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,11 @@ There's a lack of <router-link /> component due to performance reasons.
233233

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

236+
<b>Meta Dispatcher</b>
237+
238+
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.
239+
240+
236241
## License
237242

238243
Apache License Version 2.0, January 2004

0 commit comments

Comments
 (0)