Skip to content

Commit 05d6eb4

Browse files
authored
docs: fix see also for non faker.x references (#1794)
1 parent e6213a8 commit 05d6eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/components/api-docs/method.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function seeAlsoToUrl(see: string): string {
4444
:href="seeAlsoToUrl(seeAlso)"
4545
v-html="seeAlso"
4646
/>
47-
<template v-else v-html="seeAlso" />
47+
<div v-else v-html="seeAlso" />
4848
</li>
4949
</ul>
5050
</div>

0 commit comments

Comments
 (0)