Skip to content

Commit

Permalink
fix: import useRoute
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 2, 2022
1 parent 343db3e commit a82a07c
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 a82a07c

Please sign in to comment.