chore: avoid api-extractor warnings

This commit is contained in:
Evan You
2021-12-12 00:14:25 +08:00
parent d70fd8d36b
commit 50f13278f9
5 changed files with 25 additions and 6 deletions

View File

@@ -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

View File

@@ -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
/**