wangEditor icon indicating copy to clipboard operation
wangEditor copied to clipboard

You may need an additional loader to handle the result of these loaders

Open 498755303 opened this issue 1 year ago • 1 comments

问题描述

image

wangEditor 版本

"@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "^5.1.12", "vue": "^3.3.4", "@vue/cli-plugin-eslint": "~5.0.8", "@vue/cli-plugin-router": "~5.0.8", "@vue/cli-plugin-typescript": "~5.0.8", "@vue/cli-service": "~5.0.8", "@vue/eslint-config-airbnb": "^6.0.0", "@vue/eslint-config-typescript": "^9.1.0", "@vue/cli-plugin-babel": "~5.0.0",

是否查阅了文档 ?

[(文档链接 www.wangeditor.com )](https://github.com/wangeditor-team/wangEditor/issues/4041)

以参见之前的issue

vue-cli配置 transpileDependencies: [ 'resize-detector', /[/\]node_modules/\?@wangeditor(.)/, /[/\]node_modules/\?_@wangeditor(.)/, ],

498755303 avatar Oct 27 '23 08:10 498755303

你是否配置了多线程打包,或开发,在VUE中多线程打包会产生BUG,你可以尝试着将多线程打包去掉。

uljdcwy avatar Jan 20 '24 02:01 uljdcwy