Dynamically load Vue component #9404
Unanswered
Latawiec
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm pretty unexperienced with Vue and I was wondering if it's possible to load components dynamically? My example scenario is I want to always render most up-to-date component on the screen, so every time user needs to have the component rendered, it's
.vue
file will be read fresh from the file.I found Async Components that might be just what I need but I wanted to double check - is the imported
.vue
bundled on the go? Or it's bundle is made during Vue build, and only forwarded to the client onimport
?Beta Was this translation helpful? Give feedback.
All reactions