fix: inject is not defined
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { defineEmits, defineExpose, defineProps, watch, ref } from 'vue';
|
import { defineEmits, defineExpose, defineProps, watch, ref, inject } from 'vue';
|
||||||
|
|
||||||
import VueHcaptcha from '@hcaptcha/vue3-hcaptcha';
|
import VueHcaptcha from '@hcaptcha/vue3-hcaptcha';
|
||||||
import { RecaptchaV2, useRecaptcha } from "vue3-recaptcha-v2";
|
import { RecaptchaV2, useRecaptcha } from "vue3-recaptcha-v2";
|
||||||
|
|||||||
Reference in New Issue
Block a user