login/checkout

This commit is contained in:
2025-06-30 15:27:46 +02:00
parent 012058b998
commit fd4b122936
11 changed files with 336 additions and 212 deletions

View File

@ -10,5 +10,5 @@
<script setup lang="ts">
const userStore = useUserStore()
// await userStore.checkIsLogged()
await userStore.checkIsLogged()
</script>