Skip to content

Commit f3edf8c

Browse files
authored
fix: add links to content toc for modules (#2171)
1 parent 7678dbd commit f3edf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/modules/[slug].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ defineOgImageComponent('Module', {
170170
</UPageBody>
171171

172172
<template #right>
173-
<UContentToc>
173+
<UContentToc :links="module.readme?.toc?.links">
174174
<template #bottom>
175175
<div class="hidden lg:block space-y-6">
176176
<UPageLinks title="Links" :links="links" />

0 commit comments

Comments
 (0)