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

84
Vistas
Refreshing the drawer with the page in the dynamic route VUE/QUASAR

I have a dynamic drawer menu and a dynamic route. But when I select the drawer, the drawer is refreshed with the next page. Where am I doing wrong?

My loop brings up the images in the drawer menu along with the id

 <q-item :to="'/categories/' + data.id" id="logos" clickable v-ripple>

Do I need to use this with methods? methods: {

async getAll() {
  await VideoService.getCategories().then(res => {
    this.menuItem = res.data;
    console.log(res)
  })
    .catch(e => {
      console.log(e);
    });
},

What should I use here?

  mounted() {
this.getAll();

},

this is a my dynamic router

{
path: "/categories/:id",
component: () => import("src/pages/Category.vue"),

},

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