Replies: 1 comment
-
<v-btn
v-for="(link, index) in links"
:key="link"
color="white"
text
:to="routes[index]"
rounded
class="my-2"
>
{{ link }}
</v-btn> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am following the example in the documentation, UI component, one of the fotter example. I wanted to route the buttons to other pages. So is there a way to include the router in the loop??``
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions