Answer the question
In order to leave comments, you need to log in
How to asynchronously import a VUE component?
It is necessary to asynchronously import vue2-editor https://github.com/davidroyer/vue2-editor
If I do this, then an error occurs.
Vue.component(
'vue-editor',
() => import('vue2-editor')
)
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