2020-10-09 16:04:32 +00:00
|
|
|
<template>
|
2020-10-10 21:02:32 +00:00
|
|
|
<q-card class="col-4" height="">
|
|
|
|
<q-card-section>
|
|
|
|
Neues Zuhause
|
|
|
|
</q-card-section>
|
|
|
|
</q-card>
|
2020-10-09 16:04:32 +00:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<script lang="ts">
|
|
|
|
import { defineComponent } from '@vue/composition-api';
|
|
|
|
export default defineComponent({
|
2020-10-10 21:02:32 +00:00
|
|
|
// name: 'PageName'
|
2020-10-09 16:04:32 +00:00
|
|
|
});
|
|
|
|
</script>
|