mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 22:13:31 -07:00
Merge 02e5188d58
into d322abc1b4
This commit is contained in:
commit
e25c5579a1
1 changed files with 116 additions and 105 deletions
|
@ -10,8 +10,18 @@
|
|||
:style="{ cursor }"
|
||||
hover
|
||||
height="100%"
|
||||
:to="$attrs.selected ? undefined : recipeRoute"
|
||||
@click="$emit('selected')"
|
||||
>
|
||||
<a
|
||||
:href="recipeRoute"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
display: block;
|
||||
height: 100%;
|
||||
"
|
||||
>
|
||||
<v-img
|
||||
v-if="vertical"
|
||||
|
@ -120,6 +130,7 @@
|
|||
</v-card-actions>
|
||||
</slot>
|
||||
</v-list-item>
|
||||
</a>
|
||||
<slot />
|
||||
</v-card>
|
||||
</v-expand-transition>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue