8000 chore: lint fix · nuxt-hub/core@6926f8c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Commit 6926f8c

Browse files
committed
chore: lint fix
1 parent 4b32c7d commit 6926f8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pages/blog/[slug].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ onMounted(() => {
118118
</UPageBody>
119119

120120
<template #right>
121-
<UContentToc v-if="post.body && post.body.toc" :links="post.body.toc.links" title="On this page" />
121+
<UContentToc v-if="post.body && post.body.toc" :links="post.body.toc.links" :title="toc.title" />
122122
</template>
123123
</UPage>
124124
</UPage>

docs/pages/docs/[...slug].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ defineOgImageComponent('Docs', {
3434
category: 'Docs'
3535
})
3636
37-
const headline = computed(() => findPageHeadline(page.value))
37+
// const headline = computed(() => findPageHeadline(page.value))
3838
3939
onMounted(() => {
4040
mediumZoom('[data-zoom-src]', {

0 commit comments

Comments
 (0)
0