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
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ const globalProps = {
type: Boolean,
default: undefined
},
class: String,
class: [String, Object, Array],
contenteditable: {
type: Boolean,
default: undefined