We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735be09 commit 4384f44Copy full SHA for 4384f44
types/vue-meta.d.ts
@@ -59,7 +59,7 @@ export interface MetaPropertyCharset extends MetaDataProperty {
59
60
export interface MetaPropertyEquiv extends MetaDataProperty {
61
httpEquiv: string,
62
- name: string,
+ content: string,
63
template?: (chunk: string) => string
64
}
65
0 commit comments