Skip to content

Commit 63d3ec6

Browse files
committed
docs: fix page render function
1 parent 879ff7f commit 63d3ec6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ const { data: page } = await useAsyncData(`docs-${route.path}`, () =>
88
queryContent(route.path).findOne(),
99
)
1010
11+
console.log('page', page)
12+
1113
const { data: surround } = await useAsyncData(
1214
`docs-${route.path}-surround`,
1315
() => {

0 commit comments

Comments
 (0)