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'
}
}