update 优化 删除quill使用wangeditor-next替代

This commit is contained in:
疯狂的狮子Li
2026-03-17 21:01:55 +08:00
parent b8b0db2367
commit decbd4ac34
4 changed files with 147 additions and 187 deletions
+4 -2
View File
@@ -55,6 +55,7 @@ export default defineConfig(({ mode, command }) => {
},
// 预编译
optimizeDeps: {
entries: ['src/**/*.vue'],
include: [
'vue',
'vue-router',
@@ -63,9 +64,10 @@ export default defineConfig(({ mode, command }) => {
'@vueuse/core',
'echarts',
'vue-i18n',
'@vueup/vue-quill',
'@wangeditor-next/editor',
'@wangeditor-next/editor-for-vue',
'image-conversion',
'element-plus/es/components/**/css'
'element-plus/es/components/**/style/css'
]
}
};