diff options
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/App.vue b/src/App.vue index 5d429934..0276c6a6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -113,9 +113,7 @@ {{ $t("login.hint") }} </router-link> </div> - <transition :name="transitionName"> - <router-view /> - </transition> + <router-view /> </div> <media-modal /> </div> |
