mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-21 16:09:52 +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,
|
type: Boolean,
|
||||||
default: undefined,
|
default: undefined,
|
||||||
},
|
},
|
||||||
style: String,
|
style: [String, Object, Array],
|
||||||
tabindex: String,
|
tabindex: String,
|
||||||
title: String,
|
title: String,
|
||||||
translate: String,
|
translate: String,
|
||||||
|
Loading…
Reference in New Issue
Block a user