fix(nuxt): update class prop type for head components (#9133)

This commit is contained in:
Kyohei Oka 2023-01-14 10:18:55 +09:00 committed by GitHub
parent bf649fe576
commit 86ed4ef1f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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