removed broken transition animation

This commit is contained in:
thilo 2020-03-22 15:23:20 +01:00
parent 2d77da14a2
commit 19e0936a6b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<div id="app">
<transition name="fade">
<transition>
<router-view/>
</transition>
</div>