fix(nuxt3): add missing `key` property to meta components

Co-authored-by: JB <jb.molle@vescape.com>
This commit is contained in:
jbmolle 2021-11-19 13:31:19 +01:00 committed by GitHub
parent 4fe1fc881c
commit d3fb5129d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ export const Meta = defineComponent({
charset: String,
content: String,
httpEquiv: String,
key: String,
name: String
},
setup: setupForUseMeta(meta => ({