Use pinia

This commit is contained in:
2026-07-06 19:49:28 +02:00
parent d345ea9ec3
commit 9324a08cf9
12 changed files with 160 additions and 151 deletions
+3 -2
View File
@@ -1,13 +1,14 @@
<template>
<div id="main">
<NuxtRouteAnnouncer />
<NuxtPage />
<NuxtPage page-key="main" />
</div>
</template>
<style lang="css">
body,
#main {
#main,
main {
height: 100vh;
margin: 0;
}