mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-23 06:40:33 +03:00
fix: type annotation for script tag (#305)
This commit is contained in:
committed by
Alexander Lichter
parent
bf7035baf5
commit
f79f5b3d2f
Vendored
+1
-1
@@ -39,7 +39,7 @@ export interface MetaInfo {
|
|||||||
|
|
||||||
link?: { rel: string, href: string, [key: string]: any }[]
|
link?: { rel: string, href: string, [key: string]: any }[]
|
||||||
style?: { cssText: string, type: string, [key: string]: any }[]
|
style?: { cssText: string, type: string, [key: string]: any }[]
|
||||||
script?: { innerHTML: string, type: string, [key: string]: any }[]
|
script?: { innerHTML?: string, src?: string, type: string, [key: string]: any }[]
|
||||||
noscript?: { innerHTML: string, [key: string]: any }[]
|
noscript?: { innerHTML: string, [key: string]: any }[]
|
||||||
|
|
||||||
__dangerouslyDisableSanitizers?: string[]
|
__dangerouslyDisableSanitizers?: string[]
|
||||||
|
|||||||
Reference in New Issue
Block a user