mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 09:25:54 +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,
|
charset: String,
|
||||||
content: String,
|
content: String,
|
||||||
httpEquiv: String,
|
httpEquiv: String,
|
||||||
|
key: String,
|
||||||
name: String
|
name: String
|
||||||
},
|
},
|
||||||
setup: setupForUseMeta(meta => ({
|
setup: setupForUseMeta(meta => ({
|
||||||
|
Loading…
Reference in New Issue
Block a user