Skip to content
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

Open
kc980602 opened this issue Dec 22, 2020 · 9 comments
Open

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

kc980602 opened this issue Dec 22, 2020 · 9 comments

Comments

@kc980602
Copy link

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'

@crying2812
Copy link

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 :(

@kc980602
Copy link
Author

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

@aleem-ahmed
Copy link
Contributor

dude when is this guy gonna fix this issue?

@singha-cto
Copy link

+1

@ali-aljarrah
Copy link

Try to install it with this command:

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

@erdincciftci
Copy link

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

@jayeshtharwani
Copy link

jayeshtharwani commented Feb 2, 2021

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

@rasensio
Copy link

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

@upcoders
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants