bugfix: detail view wasn updated correct

Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
Benny Samir Hierl 2022-02-05 10:03:07 +01:00
parent a0f294ad44
commit fcb53c776c

View file

@ -3,7 +3,6 @@
<main>
<router-view v-slot="{ Component }">
<template v-if="Component">
<keep-alive>
<div
v-if="error"
class="flex flex-row space-x-2 items-center content-center justify-center m-20 text-red-500"
@ -24,7 +23,6 @@
</div>
</template>
</suspense>
</keep-alive>
</template>
</router-view>
</main>