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 committed Oct 12, 2022
1 parent 5d29a37 commit c2eb55d
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 c2eb55d

Please sign in to comment.