wip(VForm): VForm component development

This commit is contained in:
kailong321200875
2021-12-18 20:09:05 +08:00
parent d9d64f3931
commit 28be932fd2
10 changed files with 526 additions and 81 deletions

View File

@@ -17,6 +17,9 @@ export default {
autocomplete: 'Autocomplete',
select: 'Select',
group: 'Select Group',
selectV2: 'SelectV2'
selectV2: 'SelectV2',
cascader: 'Cascader',
switch: 'Switch',
rate: 'Rate'
}
}

View File

@@ -17,6 +17,9 @@ export default {
autocomplete: '自动补全',
select: '选择器',
group: '选项分组',
selectV2: '虚拟列表选择器'
selectV2: '虚拟列表选择器',
cascader: '级联选择器',
switch: '开关',
rate: '评分'
}
}