wip: Form改造中

This commit is contained in:
kailong321200875
2023-05-25 11:33:37 +08:00
parent deeee73bcb
commit e34b5cb613
7 changed files with 144 additions and 37 deletions

View File

@@ -244,6 +244,8 @@ export default {
radioGroup: 'Radio Group',
button: 'Button',
checkbox: 'Checkbox',
checkboxButton: 'Checkbox Button',
checkboxGroup: 'Checkbox Group',
slider: 'Slider',
datePicker: 'Date Picker',
shortcuts: 'Shortcuts',

View File

@@ -244,6 +244,8 @@ export default {
radioGroup: '单选框组',
button: '按钮',
checkbox: '多选框',
checkboxButton: '多选框按钮',
checkboxGroup: '多选框组',
slider: '滑块',
datePicker: '日期选择器',
shortcuts: '快捷选项',