feat: Add Dialog component and add dailog demo

This commit is contained in:
陈凯龙
2022-02-10 15:43:57 +08:00
parent 3fb3e8da39
commit a18ad8f4a8
6 changed files with 159 additions and 2 deletions

View File

@@ -104,7 +104,8 @@ export default {
table: 'Table',
defaultTable: 'Basic example',
editor: 'Editor',
richText: 'Rich text'
richText: 'Rich text',
dialog: 'Dialog'
},
analysis: {
newUser: 'New user',
@@ -336,5 +337,11 @@ export default {
richText: {
richText: 'Rich text',
richTextDes: 'Secondary packaging based on wangeditor'
},
dialogDemo: {
dialog: 'Dialog',
dialogDes: 'Secondary packaging of Dialog components based on ElementPlus',
open: 'Open',
close: 'Close'
}
}

View File

@@ -104,7 +104,8 @@ export default {
table: '表格',
defaultTable: '基础示例',
editor: '编辑器',
richText: '富文本'
richText: '富文本',
dialog: '弹窗'
},
analysis: {
newUser: '新增用户',
@@ -333,5 +334,11 @@ export default {
richText: {
richText: '富文本',
richTextDes: '基于 wangeditor 二次封装'
},
dialogDemo: {
dialog: '弹窗',
dialogDes: '基于 ElementPlus 的 Dialog 组件二次封装',
open: '打开',
close: '关闭'
}
}