feat: Form useForm 完成

This commit is contained in:
kailong321200875
2023-06-21 11:28:03 +08:00
parent 097b32e1a9
commit 3e4e27c21f
9 changed files with 173 additions and 26 deletions

View File

@@ -285,7 +285,9 @@ export default {
richText: 'Rich text',
form: 'Form',
// 远程加载
remoteLoading: 'Remote loading'
remoteLoading: 'Remote loading',
// 聚焦
focus: 'Focus'
},
guideDemo: {
guide: 'Guide',

View File

@@ -284,7 +284,9 @@ export default {
richText: '富文本编辑器',
form: '表单',
// 远程加载
remoteLoading: '远程加载'
remoteLoading: '远程加载',
// 聚焦
focus: '聚焦'
},
guideDemo: {
guide: '引导页',