mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix(nuxt3): add missing key
property to meta components
Co-authored-by: JB <jb.molle@vescape.com>
This commit is contained in:
parent
4fe1fc881c
commit
d3fb5129d7
@ -153,6 +153,7 @@ export const Meta = defineComponent({
|
||||
charset: String,
|
||||
content: String,
|
||||
httpEquiv: String,
|
||||
key: String,
|
||||
name: String
|
||||
},
|
||||
setup: setupForUseMeta(meta => ({
|
||||
|
Loading…
Reference in New Issue
Block a user