mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-06-07 05:57:41 +00:00
bugfix: detail view wasn updated correct
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
a0f294ad44
commit
fcb53c776c
1 changed files with 20 additions and 22 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue