mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-23 14:50:34 +03:00
fix(types): add "content" property to MetaPropertyEquiv and remove "name" (#436)
This commit is contained in:
Vendored
+1
-1
@@ -59,7 +59,7 @@ export interface MetaPropertyCharset extends MetaDataProperty {
|
|||||||
|
|
||||||
export interface MetaPropertyEquiv extends MetaDataProperty {
|
export interface MetaPropertyEquiv extends MetaDataProperty {
|
||||||
httpEquiv: string,
|
httpEquiv: string,
|
||||||
name: string,
|
content: string,
|
||||||
template?: (chunk: string) => string
|
template?: (chunk: string) => string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user