You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,11 @@ There's a lack of <router-link /> component due to performance reasons.
233
233
234
234
All props are passed automatically to <Page /> components. Therefore you don't need to use `props: true` in your routes list.
235
235
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.
0 commit comments