2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-08 17:02:25 +03:00

fix(types): add "content" property to MetaPropertyEquiv and remove "name" (#436)

This commit is contained in:
SilentDepth
2019-08-27 16:46:58 +08:00
committed by Pim
parent 735be099c4
commit 4384f441e3
+1 -1
View File
@@ -59,7 +59,7 @@ export interface MetaPropertyCharset extends MetaDataProperty {
export interface MetaPropertyEquiv extends MetaDataProperty {
httpEquiv: string,
name: string,
content: string,
template?: (chunk: string) => string
}