feat: Form useForm 完成
This commit is contained in:
@@ -285,7 +285,9 @@ export default {
|
||||
richText: 'Rich text',
|
||||
form: 'Form',
|
||||
// 远程加载
|
||||
remoteLoading: 'Remote loading'
|
||||
remoteLoading: 'Remote loading',
|
||||
// 聚焦
|
||||
focus: 'Focus'
|
||||
},
|
||||
guideDemo: {
|
||||
guide: 'Guide',
|
||||
|
||||
@@ -284,7 +284,9 @@ export default {
|
||||
richText: '富文本编辑器',
|
||||
form: '表单',
|
||||
// 远程加载
|
||||
remoteLoading: '远程加载'
|
||||
remoteLoading: '远程加载',
|
||||
// 聚焦
|
||||
focus: '聚焦'
|
||||
},
|
||||
guideDemo: {
|
||||
guide: '引导页',
|
||||
|
||||
Reference in New Issue
Block a user