mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-24 22:55:13 +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,
|
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