Skip to content

Commit 4384f44

Browse files
SilentDepthpimlie
authored andcommitted
fix(types): add "content" property to MetaPropertyEquiv and remove "name" (#436)
1 parent 735be09 commit 4384f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/vue-meta.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export interface MetaPropertyCharset extends MetaDataProperty {
5959

6060
export interface MetaPropertyEquiv extends MetaDataProperty {
6161
httpEquiv: string,
62-
name: string,
62+
content: string,
6363
template?: (chunk: string) => string
6464
}
6565

0 commit comments

Comments
 (0)