mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
fix(nuxt): update class
prop type for head components (#9133)
This commit is contained in:
parent
bf649fe576
commit
86ed4ef1f4
@ -26,7 +26,7 @@ const globalProps = {
|
|||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: undefined
|
default: undefined
|
||||||
},
|
},
|
||||||
class: String,
|
class: [String, Object, Array],
|
||||||
contenteditable: {
|
contenteditable: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: undefined
|
default: undefined
|
||||||
|
Loading…
Reference in New Issue
Block a user