mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 09:20:36 +01:00
fix(components): hydration attribute mismatch with vue 3.4 (#1199)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user