Skip to content

Commit

Permalink
fix: add type reference to <NuxtTurnstile> component
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 23, 2024
1 parent 67d8a29 commit 839cbfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/components/NuxtTurnstile.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script setup lang="ts">
/// <reference types="@types/cloudflare-turnstile" />
import { useScriptCloudflareTurnstile } from '../composables/turnstile'
import { useRuntimeConfig, ref, onBeforeUnmount, useScriptTriggerElement } from '#imports'
import type { ElementScriptTrigger } from '#nuxt-scripts'
Expand Down

0 comments on commit 839cbfc

Please sign in to comment.