Skip to content

Commit

Permalink
docs: fix page render function
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Jun 13, 2024
1 parent 879ff7f commit 63d3ec6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/pages/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const { data: page } = await useAsyncData(`docs-${route.path}`, () =>
queryContent(route.path).findOne(),
)
console.log('page', page)
const { data: surround } = await useAsyncData(
`docs-${route.path}-surround`,
() => {
Expand Down

0 comments on commit 63d3ec6

Please sign in to comment.