Skip to content

Commit

Permalink
fix(component): readd nextTick import (#274)
Browse files Browse the repository at this point in the history
Resolves #273
  • Loading branch information
dargmuesli committed Aug 27, 2023
1 parent 171e351 commit d831058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/NuxtTurnstile.vue
@@ -1,7 +1,7 @@
<script setup lang="ts">
import type { TurnstileRenderOptions } from '../types'
import { useRuntimeConfig, useNuxtApp, ref, onMounted, onBeforeUnmount } from '#imports'
import { nextTick, useRuntimeConfig, useNuxtApp, ref, onMounted, onBeforeUnmount } from '#imports'
const props = defineProps({
// eslint-disable-next-line vue/require-default-prop
Expand Down

0 comments on commit d831058

Please sign in to comment.