Skip to content

Commit

Permalink
fix(wangeditor): 🐛 remove custom render
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongjie.xue committed Jan 13, 2025
1 parent 6f8b491 commit d7e7de4
Show file tree
Hide file tree
Showing 12 changed files with 73 additions and 278 deletions.
8 changes: 6 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"esbenp.prettier-vscode",
"mrmlnc.vscode-less",
"MisterJ.vue-volar-extention-pack",
"Vue.volar"
]
"Vue.volar",
],
"unwantedRecommendations": [
"octref.vetur"
],
// "unwantedRecommendations": ["octref.vetur"]
}
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
},
"editor.maxTokenizationLineLength": 100000,
"vue.features.codeActions.enable": false,
"vue.codeActions.enabled": false
"vue.codeActions.enabled": false,
"vetur.format.enable": false,
}
6 changes: 3 additions & 3 deletions mock/apis/system/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @Author: Xiongjie.Xue([email protected])
* @Date: 2022-01-19 11:49:19
* @LastEditors: Xiongjie.Xue([email protected])
* @LastEditTime: 2024-12-02 11:25:25
* @LastEditTime: 2025-01-13 16:17:14
*/
export default [
// 看板数据
Expand Down Expand Up @@ -124,11 +124,11 @@ export default [
}
},
{
name: 'EditorRich',
name: 'WangEditor',
path: 'wangEditor',
component: 'views/editor/wang-editor/index',
meta: {
title: '富文本编辑器 演示',
title: 'WangEditor编辑器 演示',
keepAlive: true
}
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"@element-plus/icons-vue": "^2.3.1",
"@vueup/vue-quill": "1.2.0",
"@vueuse/core": "^10.7.1",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.6.3",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
Expand All @@ -33,7 +35,6 @@
"pinia-plugin-persistedstate": "^3.2.1",
"qs": "^6.11.2",
"resize-observer-polyfill": "^1.5.1",
"snabbdom": "^3.6.2",
"three": "^0.160.0",
"vditor": "^3.9.8",
"vue": "^3.4.3",
Expand All @@ -52,7 +53,6 @@
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-vue": "^5.0.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@wangeditor/editor-for-vue": "^5.1.12",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
Loading

0 comments on commit d7e7de4

Please sign in to comment.