Skip to content

Commit 2fb209a

Browse files
committed
feat(button): add external link option
1 parent a77f4e7 commit 2fb209a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/button/UButton.vue

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const trailingIconClass = computed(() => classNames(
6262
:class="buttonClass"
6363
:aria-label="ariaLabel"
6464
v-bind="buttonProps"
65+
:href="isExternalLink ? to : undefined"
6566
>
6667
<slot name="leading" :is-disabled="isDisabled" :loading="isLoading">
6768
<UIcon v-if="isLeading && leadingIconName" :name="leadingIconName" :class="leadingIconClass" />

0 commit comments

Comments
 (0)