mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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,
|
||||
default: undefined
|
||||
},
|
||||
class: String,
|
||||
class: [String, Object, Array],
|
||||
contenteditable: {
|
||||
type: Boolean,
|
||||
default: undefined
|
||||
|
Loading…
Reference in New Issue
Block a user