mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 16:00:39 +01:00
fix(components): hydration attribute mismatch with vue 3.4 (#1199)
This commit is contained in:
@@ -65,7 +65,7 @@ export default defineNuxtModule<ModuleOptions>({
|
||||
version,
|
||||
configKey: 'ui',
|
||||
compatibility: {
|
||||
nuxt: '^3.0.0-rc.8'
|
||||
nuxt: '^3.10.0'
|
||||
}
|
||||
},
|
||||
defaults: {
|
||||
|
||||
Reference in New Issue
Block a user