From 414e6bf5f0194bafc8e5e97ba9ccc76aa93b4cec Mon Sep 17 00:00:00 2001 From: wangwencong Date: Thu, 21 Oct 2021 20:04:38 -0700 Subject: [PATCH] wangwencong1@huawei.com Signed-off-by: wangwencong --- compiler/src/component_map.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/src/component_map.ts b/compiler/src/component_map.ts index d6d28bc..bb64266 100644 --- a/compiler/src/component_map.ts +++ b/compiler/src/component_map.ts @@ -157,7 +157,6 @@ export const COMPONENT_MAP: any = { attrs: [ 'onFinish', 'onSkip', 'onChange', 'onNext', 'onPrevious' ] - }, StepperItem: { parents: ['Stepper'],