fix(nuxt): update style prop type for head components

This commit is contained in:
Felix Gabler 2024-11-20 16:51:10 +01:00 committed by GitHub
parent edc299a043
commit f3f17642e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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