diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-07-03 12:56:31 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-07-03 12:56:31 +0300 |
| commit | 21d1f557f64cceda54755e2817d4799f1dbbea4f (patch) | |
| tree | 0f0ba7c61651990bed648ee2ec26a3b118dc491f /src/App.vue | |
| parent | 961099d34a3852d1019a00d390ad638fe45118e4 (diff) | |
change styles for the dropdown, make things work nicely on mobile
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 7b9ad3dc..cad25ba1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -112,7 +112,7 @@ {{ $t("login.hint") }} </router-link> </div> - <transition name="fade"> + <transition> <router-view /> </transition> </div> |
