feat: Add ImageViewer component and add ImageViewer demo

This commit is contained in:
陈凯龙
2022-02-11 09:24:42 +08:00
parent a18ad8f4a8
commit af9fc0a4ad
9 changed files with 150 additions and 2 deletions

View File

@@ -105,7 +105,8 @@ export default {
defaultTable: 'Basic example',
editor: 'Editor',
richText: 'Rich text',
dialog: 'Dialog'
dialog: 'Dialog',
imageViewer: 'Image viewer'
},
analysis: {
newUser: 'New user',
@@ -343,5 +344,10 @@ export default {
dialogDes: 'Secondary packaging of Dialog components based on ElementPlus',
open: 'Open',
close: 'Close'
},
imageViewerDemo: {
open: 'Open',
imageViewer: 'Image viewer',
imageViewerDes: 'Secondary packaging of ImageViewer components based on ElementPlus'
}
}

View File

@@ -105,7 +105,8 @@ export default {
defaultTable: '基础示例',
editor: '编辑器',
richText: '富文本',
dialog: '弹窗'
dialog: '弹窗',
imageViewer: '图片预览'
},
analysis: {
newUser: '新增用户',
@@ -340,5 +341,10 @@ export default {
dialogDes: '基于 ElementPlus 的 Dialog 组件二次封装',
open: '打开',
close: '关闭'
},
imageViewerDemo: {
open: '打开',
imageViewer: '图片预览',
imageViewerDes: '基于 ElementPlus 的 ImageViewer 组件二次封装'
}
}