We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b2ecc commit 4705011Copy full SHA for 4705011
README.md
@@ -68,7 +68,11 @@ const routes = [
68
meta: {
69
isVertical: true,
70
store: {
71
+ // This Vuex action will be called automatically
72
showNavigationButtons: false,
73
+
74
+ // This Vuex action will be called automatically in "categories" modules with payload "all"
75
+ "categories/showMovies": "all",
76
},
77
78
0 commit comments