wip(VForm): VForm component development
This commit is contained in:
@@ -17,6 +17,9 @@ export default {
|
||||
autocomplete: 'Autocomplete',
|
||||
select: 'Select',
|
||||
group: 'Select Group',
|
||||
selectV2: 'SelectV2'
|
||||
selectV2: 'SelectV2',
|
||||
cascader: 'Cascader',
|
||||
switch: 'Switch',
|
||||
rate: 'Rate'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,6 +17,9 @@ export default {
|
||||
autocomplete: '自动补全',
|
||||
select: '选择器',
|
||||
group: '选项分组',
|
||||
selectV2: '虚拟列表选择器'
|
||||
selectV2: '虚拟列表选择器',
|
||||
cascader: '级联选择器',
|
||||
switch: '开关',
|
||||
rate: '评分'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user