Skip to content

Commit

Permalink
fix(adapter-nuxt): nuxt 3.8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Oct 24, 2023
1 parent e270b51 commit 49d6e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter-nuxt/src/hooks/slice-create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const createComponentFile = async ({
} else if (isTypeScriptProject) {
contents = stripIndent`
<script setup lang="ts">
import { Content } from "@prismicio/client";
import { type Content } from "@prismicio/client";
// The array passed to \`getSliceComponentProps\` is purely optional.
// Consider it as a visual hint for you when templating your slice.
Expand Down

0 comments on commit 49d6e49

Please sign in to comment.