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