0

I am using VUE JS in Laravel and want to use this package of block editor, I have added import statement import Editor from 'vue-editor-js' but after running npm run dev command it shows error Module not found: Error: Can't resolve 'vue-editor-js', also the package is there in node_module folder. Please help me out.

Please also suggest if there is any other block editor plugin in VUE JS, should be more similar like WordPress Gutenberg.

1
  • update laravel mix to ^6.0 Commented Dec 28, 2020 at 8:21

1 Answer 1

4
import Editor from 'vue-editor-js/src/index' 

try this way ...Maybe it's work and version 2.0.2

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.