Answer the question
In order to leave comments, you need to log in
How to use vue components outside of root folder?
I have several applications on vue:
/site/app.vue
/moderator/app.vue
I decided to create a platform with common components:
/platform/component.vue
However, when connecting a component:
import tooltip from '../../platform /component.vue' I get an
error:
Uncaught Error: Cannot find module "!!babel-loader!../../../site/node_modules/vue-loader/lib/selector?type=script&index=0!./component.vue"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question