Преглед изворни кода

chore: delete useless props type (#4271)

WoodyJang пре 4 година
родитељ
комит
f258f5d2c2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/runtime-core/src/apiDefineComponent.ts

+ 1 - 1
packages/runtime-core/src/apiDefineComponent.ts

@@ -102,7 +102,7 @@ export function defineComponent<
   EE extends string = string
 >(
   options: ComponentOptionsWithoutProps<
-    Props & EmitsToProps<E>,
+    Props,
     RawBindings,
     D,
     C,