Can I wrap or enclose a router-link tag in a button tag?
router-link
button
When I press the button, I want it to route me to the desired page.
An example using bootstrap-vue and creating a link with the id inside a table row:
{{ data.item.id }}
Where fields and items are the columns names and the table content, respectively.
fields
items