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.

Asif
  • 350
  • 2
  • 10

1 Answers1

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

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

John Conde
  • 217,595
  • 99
  • 455
  • 496