From: cheng <64277988+chengQVQ@users.noreply.github.com> Date: Mon, 27 Sep 2021 09:12:13 +0000 (+0800) Subject: chore(compiler-core): fix typo in defineComponent.test-d (#4688) X-Git-Tag: v3.2.20~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f5f98dcf5210a14c735ee57f3575c09e1a3723b;p=thirdparty%2Fvuejs%2Fcore.git chore(compiler-core): fix typo in defineComponent.test-d (#4688) --- diff --git a/test-dts/defineComponent.test-d.tsx b/test-dts/defineComponent.test-d.tsx index ac7d28acb5..6c8da0591c 100644 --- a/test-dts/defineComponent.test-d.tsx +++ b/test-dts/defineComponent.test-d.tsx @@ -90,7 +90,7 @@ describe('with object props', () => { ff: Function as PropType<(a: number, b: string) => { a: boolean }>, // explicit type casting with constructor ccc: Array as () => string[], - // required + contructor type casting + // required + constructor type casting ddd: { type: Array as () => string[], required: true