Skip to content

Commit

Permalink
docs(composables): fix close tag ContentRenderer (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsesgarate authored and farnabaz committed Oct 19, 2022
1 parent 7dd234b commit af509e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/4.api/2.composables/4.use-document-driven.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const { page } = useContent()
</script>
<template>
<ContentRenderer :key="page._id" :value="page">
<ContentRenderer :key="page._id" :value="page" />
</template>
```

Expand Down

0 comments on commit af509e5

Please sign in to comment.