mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-04 04:55:21 +02:00
fix: recipe page warnings (#5609)
This commit is contained in:
parent
47eb1ebbb1
commit
6540bfacfe
1 changed files with 94 additions and 91 deletions
|
@ -1,5 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
|
<!-- Wrap v-hover with a div to provide a proper DOM element for the transition -->
|
||||||
<v-lazy>
|
<v-lazy>
|
||||||
|
<div>
|
||||||
<v-hover
|
<v-hover
|
||||||
v-slot="{ isHovering, props }"
|
v-slot="{ isHovering, props }"
|
||||||
:open-delay="50"
|
:open-delay="50"
|
||||||
|
@ -96,6 +98,7 @@
|
||||||
<slot />
|
<slot />
|
||||||
</v-card>
|
</v-card>
|
||||||
</v-hover>
|
</v-hover>
|
||||||
|
</div>
|
||||||
</v-lazy>
|
</v-lazy>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue