ChangJoo-Park/vue-editor-js

import Editor from 'vue-editor-js' not working

kc980602 opened this issue · 9 comments

After updating to 2.0.2
import Editor from 'vue-editor-js' not working

The following works
import Editor from 'vue-editor-js/src/index'

My god, i thought just me got an issue. I spent for hours to install but the log always show: module not found. Even i changed to vue-editor-js/src/index, it still not working :(

My god, i thought just me got an issue. I spent for hours to install but the log always show: module not found. Even i changed to vue-editor-js/src/index, it still not working :(

perhaps downgrade to a older version

dude when is this guy gonna fix this issue?

Try to install it with this command:

npm install --save vue-editor-js@1.1.1

thanks for the tip, 'vue-editor-js/src/index' worked for me.

thanks , "import Editor from 'vue-editor-js/src/index'"; worked.

yes, import vue-editor-js/src/index worked here too

After updating to 2.0.2
import Editor from 'vue-editor-js' not working

The following works
import Editor from 'vue-editor-js/src/index'

This didn't solve the issue, but
import Editor from 'vue-editor-js/src/Editor'
works for me