mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-24 09:10:33 +03:00
Finally solved the types.
This commit is contained in:
Vendored
+1
-12
@@ -33,18 +33,7 @@ export interface MetaInfo {
|
||||
charset?: string,
|
||||
content?: string,
|
||||
'http-equiv'?: 'content-security-policy' | 'refresh',
|
||||
name?: 'application-name'
|
||||
| 'author'
|
||||
| 'description'
|
||||
| 'generator'
|
||||
| 'keywords'
|
||||
| 'referrer'
|
||||
| 'creator'
|
||||
| 'googlebot'
|
||||
| 'publisher'
|
||||
| 'robots'
|
||||
| 'slurp'
|
||||
| 'viewport',
|
||||
name?: string,
|
||||
[key: string]: any
|
||||
}[]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user