feat: Add a new component CodeEditor (#466)

This commit is contained in:
lt5227
2024-05-15 10:16:18 +08:00
parent 3d1c8a8a3d
commit 00989b7ac9
9 changed files with 422 additions and 3 deletions

View File

@@ -153,6 +153,7 @@ export default {
editor: 'Editor',
richText: 'Rich text',
jsonEditor: 'JSON Editor',
codeEditor: 'Code Editor',
dialog: 'Dialog',
imageViewer: 'Image viewer',
descriptions: 'Descriptions',
@@ -473,7 +474,9 @@ export default {
richText: 'Rich text',
richTextDes: 'Secondary packaging based on wangeditor',
jsonEditor: 'JSON Editor',
jsonEditorDes: 'Secondary packaging based on vue-json-pretty'
jsonEditorDes: 'Secondary packaging based on vue-json-pretty',
codeEditor: 'Code Editor',
codeEditorDes: 'Secondary packaging based on monaco-editor'
},
dialogDemo: {
dialog: 'Dialog',

View File

@@ -151,6 +151,7 @@ export default {
editor: '编辑器',
richText: '富文本',
jsonEditor: 'JSON编辑器',
codeEditor: '代码编辑器',
dialog: '弹窗',
imageViewer: '图片预览',
descriptions: '描述',
@@ -464,7 +465,9 @@ export default {
richText: '富文本',
richTextDes: '基于 wangeditor 二次封装',
jsonEditor: 'JSON编辑器',
jsonEditorDes: '基于 vue-json-pretty 二次封装'
jsonEditorDes: '基于 vue-json-pretty 二次封装',
codeEditor: '代码编辑器',
codeEditorDes: '基于 monaco-editor 二次封装'
},
dialogDemo: {
dialog: '弹窗',