We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d919c commit 50d8a6dCopy full SHA for 50d8a6d
src/runtime/vue/components/Link.vue
@@ -266,7 +266,7 @@ const handleNavigation = (href: string) => {
266
as,
267
type,
268
disabled,
269
- href: to ? (isExternal ? to as string : href) : undefined
+ href: to ? (isExternal ? to as string : href as string) : undefined
270
}"
271
:class="ui({ class: props.class, disabled })"
272
@click="to && handleNavigation(to as string)"
0 commit comments