fix meilisearch

This commit is contained in:
2026-03-26 22:00:42 +01:00
parent 29260080c2
commit ec05101037
21 changed files with 545 additions and 294 deletions

View File

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