wangEditor
wangEditor copied to clipboard
You may need an additional loader to handle the result of these loaders
问题描述
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(.)/, ],
你是否配置了多线程打包,或开发,在VUE中多线程打包会产生BUG,你可以尝试着将多线程打包去掉。