Skip to content

Commit

Permalink
fix(layout): remain occurence of useDocus
Browse files Browse the repository at this point in the history
  • Loading branch information
smarroufin committed Aug 1, 2022
1 parent fa5b4af commit 38948c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/page.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
const { page } = useDocus()
const { page } = useContent()
</script>

<template>
Expand Down

0 comments on commit 38948c0

Please sign in to comment.