🐛 fix gt call err

This commit is contained in:
目棃
2025-03-18 09:25:53 +08:00
parent 522add2441
commit e308e4789c
3 changed files with 4 additions and 4 deletions

View File

@@ -15,6 +15,7 @@
</transition>
</template>
<script setup lang="ts">
import "https://static.geetest.com/static/js/gt.0.4.9.js";
import { ref, useTemplateRef, watch } from "vue";
const show = ref<boolean>(false);