Skip to content

Commit

Permalink
fix: missing watch import in script (#82)
Browse files Browse the repository at this point in the history
Closes #81
  • Loading branch information
acidbiscuit authored Dec 2, 2022
1 parent 9aa86df commit c26a474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/plugins/script.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineNuxtPlugin, useRuntimeConfig, useHead, ref, isVue2 } from '#imports'
import { defineNuxtPlugin, useRuntimeConfig, useHead, ref, isVue2, watch } from '#imports'
import type { TurnstileRenderOptions } from '../types'

const configure = [
Expand Down

0 comments on commit c26a474

Please sign in to comment.