perf: dialog combine with form

This commit is contained in:
kailong321200875
2022-07-01 20:20:48 +08:00
parent 1acb4d7e8f
commit 34aefb64ab
3 changed files with 129 additions and 3 deletions

View File

@@ -382,7 +382,9 @@ export default {
dialog: 'Dialog',
dialogDes: 'Secondary packaging of Dialog components based on ElementPlus',
open: 'Open',
close: 'Close'
close: 'Close',
combineWithForm: 'Combine with form',
submit: 'Submit'
},
imageViewerDemo: {
open: 'Open',

View File

@@ -379,7 +379,9 @@ export default {
dialog: '弹窗',
dialogDes: '基于 ElementPlus 的 Dialog 组件二次封装',
open: '打开',
close: '关闭'
close: '关闭',
combineWithForm: '与表单结合',
submit: '提交'
},
imageViewerDemo: {
open: '打开',