login pinia

This commit is contained in:
2025-08-27 17:06:25 +09:00
parent ea3ec7de3b
commit ca44f8936a
3 changed files with 26 additions and 12 deletions

View File

@@ -27,6 +27,9 @@
{{ userStore.isAdmin ? "관리자" : "사용자" }} 권한으로
로그인되었습니다.
</p>
<p class="text-sm text-gray-600">
<button @click="useApi<ApiResponse<{}>>('/files/download/1756167537354001',{method: 'get'});" > Test</button>
</p>
</div>
<div
v-else