-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
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
import Editor from 'vue-editor-js' not working #71
Comments
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? |
+1 |
Try to install it with this command: npm install --save [email protected] |
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 |
This didn't solve the issue, but |
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'
The text was updated successfully, but these errors were encountered: