Skip to content

Commit 50d8a6d

Browse files
committed
chore(Link): improve
1 parent d2d919c commit 50d8a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/vue/components/Link.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ const handleNavigation = (href: string) => {
266266
as,
267267
type,
268268
disabled,
269-
href: to ? (isExternal ? to as string : href) : undefined
269+
href: to ? (isExternal ? to as string : href as string) : undefined
270270
}"
271271
:class="ui({ class: props.class, disabled })"
272272
@click="to && handleNavigation(to as string)"

0 commit comments

Comments
 (0)