Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Laravel 中使用 VUE JS 并想使用这个块编辑器包,我添加了 import 语句import Editor from 'vue-editor-js',但是运行npm run dev命令后它显示错误Module not found: Error: Can't resolve 'vue-editor-js',并且包在 node_module 文件夹中。请帮帮我。
import Editor from 'vue-editor-js'
npm run dev
Module not found: Error: Can't resolve 'vue-editor-js'
还请建议 VUE JS 中是否有任何其他块编辑器插件,应该更类似于 WordPress Gutenberg。
import Editor from 'vue-editor-js/src/index'
试试这种方式......也许它的工作和版本 2.0.2