W
W
webhero2021-03-23 16:04:20
npm
webhero, 2021-03-23 16:04:20

How to load the vue-editor-bridge module for Vue?

I want to test training with a fake server, I loaded vue-resource and axios , but my project does not compile because of this.
What do I need to install?

Below is the error

./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./src/components/addBlog.vue
Module not found: Error: Can't resolve 'vue-editor-bridge' in 'C:\Users\Computer1970\Desktop\vue\src\components'
@ ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js? type=script&index=0!./src/components/addBlog.vue 37:0-37
@ ./src/components/addBlog.vue
@ ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib /selector.js?type=script&index=0!./src/App.vue
@ ./src/App.vue
@ ./src/main.js
@multi(webpack)-dev-server/client? localhost:8080 webpack/hot/dev-server ./src/main.js

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mark, 2021-08-19
@yourbatya

In case someone finds this post:
If you used autocomplete in VSCode, check if the given import was put down
import func from 'vue-editor-bridge'
Where it came from - the devil only knows, but they write that autocomplete is to blame.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question