interface AppConfig
Properties
compilerOptions
Options to pass to @vue/compiler-dom. Only supported in runtime compiler build.
Signature
compilerOptions: RuntimeCompilerOptions;
errorHandler
Signature
errorHandler?: (err: unknown, instance: ComponentPublicInstance | null, info: string) => void;