File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ provide('navigation', navigation)
42
42
<Footer />
43
43
44
44
<ClientOnly >
45
- <LazyUDocsSearch :files =" files" :navigation =" navigation" />
45
+ <LazyUContentSearch :files =" files" :navigation =" navigation" />
46
46
</ClientOnly >
47
47
48
48
<UNotifications />
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ const { header } = useAppConfig()
18
18
</template >
19
19
20
20
<template v-if =" header ?.search " #center >
21
- <UDocsSearchButton class =" hidden lg:flex" />
21
+ <UContentSearchButton class =" hidden lg:flex" />
22
22
</template >
23
23
24
24
<template #right >
25
- <UDocsSearchButton v-if =" header?.search" :label =" null" class =" lg:hidden" />
25
+ <UContentSearchButton v-if =" header?.search" :label =" null" class =" lg:hidden" />
26
26
27
27
<UColorModeButton v-if =" header?.colorMode" />
28
28
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ provide('navigation', navigation)
44
44
<Footer />
45
45
46
46
<ClientOnly >
47
- <LazyUDocsSearch :files =" files" :navigation =" navigation" />
47
+ <LazyUContentSearch :files =" files" :navigation =" navigation" />
48
48
</ClientOnly >
49
49
50
50
<UNotifications />
Original file line number Diff line number Diff line change @@ -52,19 +52,19 @@ const links = computed(() => [toc?.bottom?.edit && {
52
52
53
53
<hr v-if =" surround?.length" >
54
54
55
- <UDocsSurround :surround =" surround" />
55
+ <UContentSurround :surround =" surround" />
56
56
</UPageBody >
57
57
58
58
<template v-if =" page .toc !== false " #right >
59
- <UDocsToc :title =" toc?.title" :links =" page.body?.toc?.links" >
59
+ <UContentToc :title =" toc?.title" :links =" page.body?.toc?.links" >
60
60
<template v-if =" toc ?.bottom " #bottom >
61
61
<div class =" hidden lg:block space-y-6" :class =" { '!mt-6': page.body?.toc?.links?.length }" >
62
62
<UDivider v-if =" page.body?.toc?.links?.length" type =" dashed" />
63
63
64
64
<UPageLinks :title =" toc.bottom.title" :links =" links" />
65
65
</div >
66
66
</template >
67
- </UDocsToc >
67
+ </UContentToc >
68
68
</template >
69
69
</UPage >
70
70
</template >
You can’t perform that action at this time.
0 commit comments