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.
Now days (VueJS >= 2.x) you would do:
Go!