Skip to content

Commit 4705011

Browse files
authored
Update README.md
1 parent b4b2ecc commit 4705011

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@ const routes = [
6868
meta: {
6969
isVertical: true,
7070
store: {
71+
// This Vuex action will be called automatically
7172
showNavigationButtons: false,
73+
74+
// This Vuex action will be called automatically in "categories" modules with payload "all"
75+
"categories/showMovies": "all",
7276
},
7377
},
7478
},

0 commit comments

Comments
 (0)