This commit is contained in:
2026-08-05 23:10:48 +07:00
parent ec6a5dc709
commit 39d6ced46d
13 changed files with 141 additions and 136 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { NAlert } from 'naive-ui'
import { ref } from 'vue'
import { NCard, NFlex, NInput, NModal, NSpace, NText, NUpload, NUploadDragger, NAlert, NTag } from 'naive-ui'
import { getAuthClient } from '@/api/auth_client'
import HeaderMenu from '@/components/HeaderMenu.vue'