I have a router-link inside a div. I have the router-link only show when the card div is focused or clicked. How can I get the router-link to work when I click it? Everytime I click the router-link, the card div is unfocused because it thinks I'm clicking the card and not the child / link. Any help appreciated. Using Vue JS 3 and Tailwind.