fix(components): hydration attribute mismatch with vue 3.4 (#1199)

This commit is contained in:
Benjamin Canac
2024-02-06 12:42:19 +01:00
committed by GitHub
parent 4a5f7b06cf
commit 10db14475f
19 changed files with 227 additions and 253 deletions

View File

@@ -34,7 +34,7 @@
"dependencies": {
"@egoist/tailwindcss-icons": "^1.7.4",
"@headlessui/tailwindcss": "^0.2.0",
"@headlessui/vue": "1.7.16",
"@headlessui/vue": "^1.7.18",
"@iconify-json/heroicons": "^1.1.19",
"@nuxt/kit": "^3.10.0",
"@nuxtjs/color-mode": "^3.3.2",
@@ -80,6 +80,7 @@
"@nuxt/kit": "3.10.0",
"@nuxt/schema": "3.10.0",
"tailwindcss": "3.4.1",
"vue": "3.3.13"
"@headlessui/vue": "1.7.18",
"vue": "3.4.15"
}
}