fix hydration errors

This commit is contained in:
2025-07-03 18:34:02 +02:00
parent 9063846282
commit 3b02ccbe80
5 changed files with 267 additions and 186 deletions

View File

@ -12,16 +12,16 @@
},
"dependencies": {
"@iconscout/unicons": "^4.2.0",
"@nuxt/eslint": "^1.4.1",
"@nuxt/ui": "^3.1.3",
"@nuxtjs/i18n": "^9.5.4",
"@pinia/nuxt": "^0.11.0",
"@tailwindcss/vite": "^4.1.8",
"@vueuse/core": "^13.3.0",
"@nuxt/eslint": "^1.5.2",
"@nuxt/ui": "^3.2.0",
"@nuxtjs/i18n": "^9.5.6",
"@pinia/nuxt": "^0.11.1",
"@tailwindcss/vite": "^4.1.11",
"@vueuse/core": "^13.5.0",
"gsap": "^3.13.0",
"nuxt": "^3.17.4",
"tailwindcss": "^4.1.7",
"vue": "^3.5.14",
"nuxt": "^3.17.6",
"tailwindcss": "^4.1.11",
"vue": "^3.5.17",
"vue-router": "^4.5.1",
"vue3-toastify": "^0.2.8"
},