Skip to content

Commit 3ba98e0

Browse files
committed
chore: tweaks
1 parent 11a5661 commit 3ba98e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/src/components/AutoLink.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export const AutoLink = defineComponent({
188188
'active': isActive.value,
189189
'aria-label': linkAriaLabel.value,
190190
},
191-
content,
191+
() => content,
192192
)
193193
: h(
194194
'a',

0 commit comments

Comments
 (0)