We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
后台管理类应用常常需要用到富文本编辑器,能否直接将ueditor文件夹复制到dist文件夹下,然后在.vue文件中手动引入相应的js?我尝试这么做时,发生了路径错误。我在component文件夹下的一个.vue中试图直接使用"/dist/umeditor/umeditor.config.js",报错信息是无法获得:http://localhost:8080/dist/umeditor/umeditor.config.js 如果不能直接引入,那么有没有别的方式行得通?
The text was updated successfully, but these errors were encountered:
You may find help on the forums or StackOverflow. However, this is unrelated to vue-cli
Sorry, something went wrong.
No branches or pull requests
后台管理类应用常常需要用到富文本编辑器,能否直接将ueditor文件夹复制到dist文件夹下,然后在.vue文件中手动引入相应的js?我尝试这么做时,发生了路径错误。我在component文件夹下的一个.vue中试图直接使用"/dist/umeditor/umeditor.config.js",报错信息是无法获得:http://localhost:8080/dist/umeditor/umeditor.config.js
如果不能直接引入,那么有没有别的方式行得通?
The text was updated successfully, but these errors were encountered: