generated from JustScreaMy/ProjectTemplate
9 lines
No EOL
199 B
Vue
9 lines
No EOL
199 B
Vue
<template>
|
|
<v-card class="contact">
|
|
<v-card-title class="contact__title">Kontaktujte nás!</v-card-title>
|
|
<dialog-contact-form />
|
|
</v-card>
|
|
</template>
|
|
<script setup lang="ts">
|
|
|
|
</script> |