Feat/wangeditor for vue (#127)

* 修复系统工具-代码生成-预览功能,生成预览页面右侧出现双滚动条问题 (#124)

Co-authored-by: shusf <shusf@asiainfo.com>

* 底部遮挡 (#125)

header 84px,footer 22px,94.5px会导致底部存在遮挡

* feat:
   更新WangEditor 版本,支持v-model方式绑定

* feat:
   修改组件页面,使用新版编辑器

* feat:
   更新WangEditor 版本,支持v-model方式绑定

---------

Co-authored-by: shusufen <108729835+shusufen@users.noreply.github.com>
Co-authored-by: shusf <shusf@asiainfo.com>
Co-authored-by: Schwi <39186981+cyb233@users.noreply.github.com>
This commit is contained in:
rikugun
2023-07-05 10:34:39 +08:00
committed by GitHub
parent 8f729abf61
commit 95ee84574b
5 changed files with 105 additions and 42 deletions

View File

@@ -34,6 +34,8 @@
},
"dependencies": {
"@riophae/vue-treeselect": "^0.4.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^1.0.2",
"axios": "^0.21.1",
"clipboard": "2.0.4",
"codemirror": "^5.49.2",
@@ -84,8 +86,8 @@
"babel-plugin-transform-remove-console": "^6.9.4",
"chalk": "2.4.2",
"chokidar": "2.1.5",
"connect": "3.6.6",
"compression-webpack-plugin": "5.0.2",
"connect": "3.6.6",
"eslint": "5.15.3",
"eslint-plugin-vue": "5.2.2",
"html-webpack-plugin": "3.2.0",