Link
Text hyperlink
Basic
Basic
Basic text link.
<template>
<div style="display: flex; gap: 1em">
<v-link href="https://vuse-ui.github.io/vuse/">Doc</v-link>
<v-link :underLine="false" href="https://vuse-ui.github.io/vuse/">Doc</v-link>
</div>
</template>
Animate Hover
Animate Hover
When there is an underline, add the animateUnderline attribute to set the hover animation effect of the link (do not see the effect? Please zoom in and observe carefully).
<template>
<v-link animateUnderline href="https://vuse-ui.github.io/vuse/">Doc</v-link>
</template>