]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: delete useless props type (#4271)
authorWoodyJang <Woodyjang@126.com>
Mon, 9 Aug 2021 16:36:34 +0000 (00:36 +0800)
committerGitHub <noreply@github.com>
Mon, 9 Aug 2021 16:36:34 +0000 (12:36 -0400)
packages/runtime-core/src/apiDefineComponent.ts

index 1560003bcd4b642f5e53b9284e119f4d2517ef63..f6793da5f305333c0849063496813304d2ecec26 100644 (file)
@@ -102,7 +102,7 @@ export function defineComponent<
   EE extends string = string
 >(
   options: ComponentOptionsWithoutProps<
-    Props & EmitsToProps<E>,
+    Props,
     RawBindings,
     D,
     C,