diff --git a/packages/nuxt/src/head/runtime/components.ts b/packages/nuxt/src/head/runtime/components.ts index 5913471dde..c4bee3cae3 100644 --- a/packages/nuxt/src/head/runtime/components.ts +++ b/packages/nuxt/src/head/runtime/components.ts @@ -67,7 +67,7 @@ const globalProps = { type: Boolean, default: undefined, }, - style: String, + style: [String, Object, Array], tabindex: String, title: String, translate: String,