You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
623 B

3 years ago
<template>
<v-row justify="center" align="center">
<v-col cols="12" sm="8" md="6">
<v-card>
<v-card-title class="headline">
Willkommen bei der Wunschliste 2021.
</v-card-title>
<v-card-text>
Hier ist dein persönlicher Bereich. Um die Wünsche anderer zu sehen, musst du die Sektion wechseln (oben links).
</v-card-text>
</v-card>
</v-col>
<v-col cols="12" sm="12" md="12">
<wishlist />
</v-col>
<v-col cols="12" sm="12" md="12">
<claimedwishes />
</v-col>
</v-row>
</template>
<script>
export default {
}
</script>