chore(deps): update deps

This commit is contained in:
Soybean
2025-03-12 22:24:59 +08:00
parent a1a5c74c74
commit b8112613ea
40 changed files with 827 additions and 1125 deletions

View File

@@ -1,10 +1,10 @@
<script setup lang="ts">
import { computed, reactive } from 'vue';
import { $t } from '@/locales';
import { loginModuleRecord } from '@/constants/app';
import { useAuthStore } from '@/store/modules/auth';
import { useRouterPush } from '@/hooks/common/router';
import { useFormRules, useNaiveForm } from '@/hooks/common/form';
import { useAuthStore } from '@/store/modules/auth';
import { $t } from '@/locales';
defineOptions({
name: 'PwdLogin'