mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-25 10:10:33 +03:00
fix: remove unsupported meta types from v2
This commit is contained in:
@@ -127,11 +127,6 @@ export interface ComponentMetaInfo {
|
|||||||
style?: StyleProperty[]
|
style?: StyleProperty[]
|
||||||
script?: (ScriptPropertyText | ScriptPropertySrc | ScriptPropertySrcCallback | ScriptPropertyJson)[]
|
script?: (ScriptPropertyText | ScriptPropertySrc | ScriptPropertySrcCallback | ScriptPropertyJson)[]
|
||||||
noscript?: NoScriptProperty[]
|
noscript?: NoScriptProperty[]
|
||||||
|
|
||||||
__dangerouslyDisableSanitizers?: string[]
|
|
||||||
__dangerouslyDisableSanitizersByTagID?: {
|
|
||||||
[key: string]: string[]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export type ComponentOptionsMetaInfo = ComponentMetaInfo | (() => ComponentMetaInfo)
|
export type ComponentOptionsMetaInfo = ComponentMetaInfo | (() => ComponentMetaInfo)
|
||||||
|
|||||||
Reference in New Issue
Block a user