refactor: codegen

This commit is contained in:
xingyu4j
2022-11-07 14:02:48 +08:00
parent 4b7e7d61f7
commit 111488e5d6
3 changed files with 37 additions and 45 deletions

View File

@ -10,6 +10,7 @@ import {
ElRate,
ElSelect,
ElSelectV2,
ElTreeSelect,
ElSlider,
ElSwitch,
ElTimePicker,
@ -41,6 +42,7 @@ const componentMap: Recordable<Component, ComponentName> = {
Divider: ElDivider,
TimeSelect: ElTimeSelect,
SelectV2: ElSelectV2,
TreeSelect: ElTreeSelect,
RadioButton: ElRadioGroup,
InputPassword: InputPassword,
Editor: Editor