animations + cards
All checks were successful
Deploy App / deploy (push) Successful in 30s

This commit is contained in:
valere
2025-09-30 01:10:12 +02:00
parent 631bc65c70
commit 9438394db8
20 changed files with 775 additions and 455 deletions

View File

@@ -6,18 +6,11 @@
</template>
<script setup>
import { useDataStore } from '@/store/dataStore'
useHead({
bodyAttrs: {
class: 'bg-slate-100 dark:bg-slate-900'
}
})
// @todo : load datas as plugin/middleware (cant load pinia in plugin/middleware) ?
onMounted(async () => {
const dataStore = await useDataStore()
await dataStore.loadData()
})
</script>
<style>