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 4705011 commit 08ca6faCopy full SHA for 08ca6fa
README.md
@@ -67,12 +67,17 @@ const routes = [
67
component: moviesPage,
68
meta: {
69
isVertical: true,
70
+ // Example actions to dispatch automatically when page is visited
71
+ // Remember that you need to implement actions in your Vuex store
72
store: {
- // This Vuex action will be called automatically
73
+ // Call action to hide navigation buttons
74
showNavigationButtons: false,
75
- // This Vuex action will be called automatically in "categories" modules with payload "all"
76
+ // Call "showMovies" action in "categories" module with payload "all"
77
"categories/showMovies": "all",
78
+
79
+ // Call action without payload
80
+ showNavigationButtons: null,
81
},
82
83
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments