wip: Form改造中

This commit is contained in:
kailong321200875
2023-04-27 17:44:43 +08:00
parent 89844e441d
commit 1d0f4b4c39
6 changed files with 221 additions and 88 deletions

View File

@@ -214,7 +214,9 @@ export default {
default: 'Default',
icon: 'Icon',
mixed: 'Mixed',
password: 'Password',
textarea: 'Textarea',
remoteSearch: 'Remote search',
slot: 'Slot',
position: 'Position',
autocomplete: 'Autocomplete',

View File

@@ -214,7 +214,9 @@ export default {
default: '默认',
icon: '图标',
mixed: '复合型',
password: '密码框',
textarea: '多行文本',
remoteSearch: '远程搜索',
slot: '插槽',
position: '位置',
autocomplete: '自动补全',