mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-20 15:41:11 +00:00
fix(nuxt): allow array/object style
value for head components (#29999)
This commit is contained in:
parent
b0077adea9
commit
b387af788d
@ -67,7 +67,7 @@ const globalProps = {
|
||||
type: Boolean,
|
||||
default: undefined,
|
||||
},
|
||||
style: String,
|
||||
style: [String, Object, Array],
|
||||
tabindex: String,
|
||||
title: String,
|
||||
translate: String,
|
||||
|
Loading…
Reference in New Issue
Block a user