v-stepper-vertical recreates components while transitioning between steps
I am migrating my project from Vue 2 to Vue 3. I refactored my v-stepper and now I am using v-stepper-vertical. I just realized that it recreates the component when I transition between steps. Like I have a componentA to show in step 1. When I go to step 2 and get back to step 1 it recreates componentA again and again. Is there a way to avoid this?