VueConfiguration Type — vue Architecture
Architecture documentation for the VueConfiguration type/interface in vue.d.ts from the vue codebase.
Entity Profile
Source Code
types/vue.d.ts lines 151–162
export interface VueConfiguration {
silent: boolean
optionMergeStrategies: any
devtools: boolean
productionTip: boolean
performance: boolean
errorHandler(err: Error, vm: Vue, info: string): void
warnHandler(msg: string, vm: Vue, trace: string): void
ignoredElements: (string | RegExp)[]
keyCodes: { [key: string]: number | number[] }
async: boolean
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free