i have a issue tickets table, where there are tickets for issues are stored,
now in tickets display page
tickets are displayed with subject, date,solved or not
its a list
iam working on quasar framework
how to i pass a issue link to another component, on the basis of id, i want to show the ticket
<router-link to="/viewticket/" +ticket.id >view ticket</router-link>
iam unable to find any straight way, i wished this should be available to make things simple