You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
Is there a wait to pass on options of Vue.use() the name of components and dynamically import them?
I'm trying it but the normalizeComponent is just applied to imported components as:
import TextImage from '../src/components/modules/TextImage.vue';
Version
5.0.0
Reproduction link
https://codesandbox.io/s/dawn-sea-zsjtn?fontsize=14&hidenavigation=1&theme=dark
Steps to reproduce
Is there a wait to pass on options of Vue.use() the name of components and dynamically import them?
I'm trying it but the normalizeComponent is just applied to imported components as:
import TextImage from '../src/components/modules/TextImage.vue';
What is expected?
Dynamic import of components
Is there a wait to pass on options of Vue.use() the name of components and dynamically import them?
What is actually happening?
getting an error on dependent side that says:
Uncaught SyntaxError: Unexpected token < on template
I'm trying it but the normalizeComponent is just applied to imported components as:
import TextImage from '../src/components/modules/TextImage.vue';
The text was updated successfully, but these errors were encountered: