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 Daniel Roe
parent b0077adea9
commit b387af788d
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

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