fix: inject is not defined

This commit is contained in:
Tony Yang
2025-04-17 12:33:23 +08:00
parent ab0e5f5e36
commit da58730692
+1 -1
View File
@@ -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";