chore: avoid api-extractor warnings
This commit is contained in:
@@ -83,7 +83,7 @@ export interface AppConfig {
|
||||
) => void
|
||||
|
||||
/**
|
||||
* Options to pass to @vue/compiler-dom.
|
||||
* Options to pass to `@vue/compiler-dom`.
|
||||
* Only supported in runtime compiler build.
|
||||
*/
|
||||
compilerOptions: RuntimeCompilerOptions
|
||||
|
||||
@@ -88,7 +88,7 @@ export type CompatVue = Pick<App, 'version' | 'component' | 'directive'> & {
|
||||
compile(template: string): RenderFunction
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @deprecated Vue 3 no longer supports extending constructors.
|
||||
*/
|
||||
extend: (options?: ComponentOptions) => CompatVue
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user