fix: migrations

This commit is contained in:
2026-04-15 12:47:10 +02:00
parent 5ebf21c559
commit 574e241c8a
32 changed files with 423 additions and 372 deletions

View File

@@ -1,9 +1,6 @@
<template>
<component :is="Default || 'div'">
home View
</component>
</template>
home View
</template>
<script setup lang="ts">
import Default from '@/layouts/default.vue';
</script>