Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

114
Vistas
Vue - Preload dynamic components

In vue, one can render dynamic components by this:
<keep-alive> <component v-bind:is="currentTabComponent"></component> </keep-alive>
If components are A,B,C and currentTabComponent = A, component A will be rendered first and will be kept alive. Then upon clicking other components, B and C will render eventually and all components will be kept alive.
My question is how to render them such a way, where they all will be alive just after rendering instead of only the first one. I've tried mount and before mount lifecycle hooks but they doesn't work.
To summarise, If I assume keep alive is an array under the hood, default behaviour is: keepalive[A] , then keepalive[A,B] at last keepalive [A,B,C]
I want it to be like this at the start: keepalive[A,B,C].

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda