chore: fix ts lint

This commit is contained in:
Soulter
2025-06-10 21:28:06 +08:00
parent cc6b05e8b3
commit 5715e5de67
@@ -1,4 +1,4 @@
<script setup lang="ts">
<script setup>
import {ref, useCssModule} from 'vue';
import { useAuthStore } from '@/stores/auth';
import { Form } from 'vee-validate';