diff options
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 03b632ec..5d429934 100644 --- a/src/App.vue +++ b/src/App.vue @@ -77,6 +77,7 @@ </div> </div> </nav> + <div class="app-bg-wrapper app-container-wrapper" /> <div id="content" class="container underlay" @@ -112,7 +113,7 @@ {{ $t("login.hint") }} </router-link> </div> - <transition name="fade"> + <transition :name="transitionName"> <router-view /> </transition> </div> |
