Skip to content

Commit

Permalink
docs: fix see also for non faker.x references (#1794)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Jan 30, 2023
1 parent e6213a8 commit 05d6eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/components/api-docs/method.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function seeAlsoToUrl(see: string): string {
:href="seeAlsoToUrl(seeAlso)"
v-html="seeAlso"
/>
<template v-else v-html="seeAlso" />
<div v-else v-html="seeAlso" />
</li>
</ul>
</div>
Expand Down

0 comments on commit 05d6eb4

Please sign in to comment.