Seite Buchdetails

This commit is contained in:
Michi Tomaschko 2024-11-03 16:23:30 +01:00
parent 30da2fb495
commit d9f63e01fd

View File

@ -1,9 +1,22 @@
<script setup>
import harryPotter from "@images/harry_potter_stein_weisen_rowling.jpg";
</script>
<template>
$END$
<VRow class="match-height">
<VCol
cols="12"
md="12"
>
<VCard title="Detailseite">
<VImg
width="200px"
height="300px"
:src="harryPotter"
/>
</VCard>
</VCol>
</VRow>
</template>
<style scoped lang="scss">