We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77f4e7 commit 2fb209aCopy full SHA for 2fb209a
src/components/button/UButton.vue
@@ -62,6 +62,7 @@ const trailingIconClass = computed(() => classNames(
62
:class="buttonClass"
63
:aria-label="ariaLabel"
64
v-bind="buttonProps"
65
+ :href="isExternalLink ? to : undefined"
66
>
67
<slot name="leading" :is-disabled="isDisabled" :loading="isLoading">
68
<UIcon v-if="isLeading && leadingIconName" :name="leadingIconName" :class="leadingIconClass" />
0 commit comments