fix: migrations

This commit is contained in:
2026-04-15 12:47:10 +02:00
parent 5ebf21c559
commit 46f4618301
29 changed files with 286 additions and 192 deletions

View File

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