first few pieces

This commit is contained in:
vabene1111
2024-02-21 22:06:07 +01:00
committed by smilerz
parent 92b7439969
commit 851cb28714
7 changed files with 135 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
<template>
<v-card class="">
<v-card :to="`/recipe/${recipe.id}`">
<v-img
cover
@@ -33,9 +33,7 @@
<div>{{ recipe.description }}</div>
</v-card-text>
<v-card-actions>
<v-btn :to="`/recipe/${recipe.id}`">Open</v-btn>
</v-card-actions>
</v-card>
</template>