Seite Buchdetails
This commit is contained in:
parent
30da2fb495
commit
d9f63e01fd
@ -1,9 +1,22 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
|
import harryPotter from "@images/harry_potter_stein_weisen_rowling.jpg";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<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>
|
</template>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user