fix: error

This commit is contained in:
2026-03-24 08:18:19 +01:00
26 changed files with 3524 additions and 303 deletions

View File

@@ -1,4 +1,5 @@
<template>
<component :is="Empty || 'div'">
<UDrawer v-model:open="showTherms" :overlay="false">
<template #body>
<component :is="TermsComponent" />
@@ -110,6 +111,7 @@
</UForm>
</div>
</div>
</component>
</template>
<script setup lang="ts">
@@ -120,6 +122,8 @@ import { useValidation } from '@/composable/useValidation'
import type { FormError } from '@nuxt/ui'
import { useI18n } from 'vue-i18n'
import { i18n } from '@/plugins/02_i18n'
import Empty from '@/layouts/empty.vue'
const { locale } = useI18n()
const router = useRouter()