fix(nuxt): allow array/object style value for head components (#29999)

This commit is contained in:
Felix Gabler 2024-11-28 10:39:46 +01:00 committed by GitHub
parent d93de6c1db
commit 9e03a4120c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,7 @@ const globalProps = {
type: Boolean,
default: undefined,
},
style: String,
style: [String, Object, Array],
tabindex: String,
title: String,
translate: String,