feat: Add Editor component and add editor demo

This commit is contained in:
陈凯龙
2022-02-10 10:04:47 +08:00
parent 17e8e7cda9
commit 3fb3e8da39
10 changed files with 1034 additions and 5 deletions

View File

@@ -134,7 +134,9 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
'echarts',
'echarts-wordcloud',
'intro.js',
'qrcode'
'qrcode',
'@wangeditor/editor',
'@wangeditor/editor-for-vue'
]
}
}