-
I am currently converting our application from Vuetify 1.5 to Vuetify 3. The old v-tab-item from 1.5 did not lazy load components, however, the new v-stepper-window-item in version 3 lazy loads by default. Is there a way to stop this component from lazy loading and have all the components render on page load like in 1.5? If this does not exist, I recommend something like this to support this use case:
|
Beta Was this translation helpful? Give feedback.
Answered by
carlpage
Jul 10, 2024
Replies: 1 comment
-
Figured it out. I had to add "eager" to v-stepper-window-item. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
carlpage
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Figured it out. I had to add "eager" to v-stepper-window-item.