Properties
compilerOptions
Optional
errorHandler
errorHandler?: ((err: unknown,
instance: null | ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>,
info: string) => void) Type declaration
- (err: unknown, instance: null | ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string): void
Parameters
- err: unknown
- instance: null | ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>
- info: string
Returns void
globalProperties
Optional
isCustomElement
isCustomElement?: ((tag: string) => boolean)
Type declaration
- (tag: string): boolean
Returns boolean
Readonly
isNativeTag
isNativeTag: ((tag: string) => boolean)
Type declaration
- (tag: string): boolean
Returns boolean
optionMergeStrategies
performance
performance: boolean
Optional
warnHandler
warnHandler?: ((msg: string,
instance: null | ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>,
trace: string) => void) Type declaration
- (msg: string, instance: null | ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, trace: string): void
Parameters
- msg: string
- instance: null | ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>
- trace: string
Returns void
Optional
warnRecursiveComputed
warnRecursiveComputed?: boolean
Options to pass to
@vue/compiler-dom
. Only supported in runtime compiler build.