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

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