mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-24 14:45:15 +00:00
fix(nuxt): update style
prop type for head components
This commit is contained in:
parent
edc299a043
commit
f3f17642e8
@ -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