Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into chore/typed-ignore-op…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
danielroe committed Nov 16, 2023
2 parents 131430a + 1b6f738 commit 4878da8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/2.guide/2.directory-structure/1.content.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ To render content pages, add a [catch-all route](/docs/guide/directory-structure
```vue [pages/[...slug\\].vue]
<template>
<main>
<ContentDoc :path="$route.path" />
<!-- ContentDoc returns content for `$route.path` by default or you can pass a `path` prop -->
<ContentDoc />
</main>
</template>
```
Expand Down

0 comments on commit 4878da8

Please sign in to comment.