Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix(nuxt): update class prop type for head components (#9133)
Browse files Browse the repository at this point in the history
  • Loading branch information
okakyo committed Jan 14, 2023
1 parent bf649fe commit 86ed4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/src/head/runtime/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const globalProps = {
type: Boolean,
default: undefined
},
class: String,
class: [String, Object, Array],
contenteditable: {
type: Boolean,
default: undefined
Expand Down

0 comments on commit 86ed4ef

Please sign in to comment.