vue-editor-js icon indicating copy to clipboard operation
vue-editor-js copied to clipboard

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

Open kc980602 opened this issue 3 years ago • 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'

kc980602 avatar Dec 22 '20 14:12 kc980602

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

crying2812 avatar Dec 22 '20 16:12 crying2812

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

kc980602 avatar Dec 22 '20 16:12 kc980602

dude when is this guy gonna fix this issue?

aleem-ahmed avatar Jan 19 '21 18:01 aleem-ahmed

+1

singha-cto avatar Jan 21 '21 17:01 singha-cto

Try to install it with this command:

npm install --save [email protected]

ali-aljarrah avatar Jan 22 '21 13:01 ali-aljarrah

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

erdincciftci avatar Jan 30 '21 13:01 erdincciftci

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

jayeshtharwani avatar Feb 02 '21 14:02 jayeshtharwani

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

rasensio avatar Feb 23 '21 06:02 rasensio

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

upcoders avatar Jul 25 '21 11:07 upcoders