Skip to content

Commit

Permalink
fix: import useRoute (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored and farnabaz committed Sep 7, 2022
1 parent 519d0fb commit 302a24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/pages/document-driven.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { createError } from 'h3'
import { useContent, useContentHead } from '#imports'
import { useContent, useContentHead, useRoute } from '#imports'
const { page } = useContent()
Expand Down

0 comments on commit 302a24d

Please sign in to comment.