Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

81
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!