feat: Add form demo

This commit is contained in:
陈凯龙
2022-01-27 16:41:29 +08:00
parent dbf3b0f5a3
commit 7795d2a4fe
12 changed files with 1823 additions and 85 deletions

View File

@@ -93,7 +93,9 @@ export default {
watermark: 'Watermark',
qrcode: 'Qrcode',
highlight: 'Highlight',
infotip: 'Infotip'
infotip: 'Infotip',
form: 'Form',
defaultForm: 'All examples'
},
analysis: {
newUser: 'New user',
@@ -193,7 +195,24 @@ export default {
timePicker: 'Time Picker',
timeSelect: 'Time Select',
inputPassword: 'input Password',
passwordStrength: 'Password Strength'
passwordStrength: 'Password Strength',
defaultForm: 'All examples',
formDes:
'The secondary encapsulation of form components based on ElementPlus realizes data-driven and supports all Form parameters',
example: 'example',
operate: 'Operate',
change: 'Change',
restore: 'Restore',
disabled: 'Disabled',
disablement: 'Disablement',
delete: 'Delete',
add: 'Add',
setValue: 'Set value',
resetValue: 'Reset value',
set: 'Set',
subitem: 'Subitem',
formValidation: 'Form validation',
verifyReset: 'Verify reset'
},
guideDemo: {
guide: 'Guide',