mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 01:15:58 +00:00
fix(nuxt): allow array/object style
value for head components (#29999)
This commit is contained in:
parent
d93de6c1db
commit
9e03a4120c
@ -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