Skip to content

Commit

Permalink
fix(nuxt3): add missing key property to meta components
Browse files Browse the repository at this point in the history
Co-authored-by: JB <jb.molle@vescape.com>
  • Loading branch information
jbmolle and JB authored Nov 19, 2021
1 parent 4fe1fc8 commit d3fb512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nuxt3/src/meta/runtime/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export const Meta = defineComponent({
charset: String,
content: String,
httpEquiv: String,
key: String,
name: String
},
setup: setupForUseMeta(meta => ({
Expand Down

0 comments on commit d3fb512

Please sign in to comment.