|
<template>
|
|
<q-card class="col-4" height="">
|
|
<q-card-section>
|
|
Neues Zuhause
|
|
</q-card-section>
|
|
</q-card>
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
import { defineComponent } from '@vue/composition-api';
|
|
export default defineComponent({
|
|
// name: 'PageName'
|
|
});
|
|
</script>
|