1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 03:55:22 +02:00

fix: recipe page warnings (#5609)

This commit is contained in:
Kuchenpirat 2025-06-30 17:10:39 +02:00 committed by GitHub
parent 47eb1ebbb1
commit 6540bfacfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,7 @@
<template>
<!-- Wrap v-hover with a div to provide a proper DOM element for the transition -->
<v-lazy>
<div>
<v-hover
v-slot="{ isHovering, props }"
:open-delay="50"
@ -96,6 +98,7 @@
<slot />
</v-card>
</v-hover>
</div>
</v-lazy>
</template>