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:
Vendored
+1
-1
@@ -59,7 +59,7 @@ export interface MetaPropertyCharset extends MetaDataProperty {
|
||||
|
||||
export interface MetaPropertyEquiv extends MetaDataProperty {
|
||||
httpEquiv: string,
|
||||
name: string,
|
||||
content: string,
|
||||
template?: (chunk: string) => string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user