[UI 개선] API 테스트 페이지의 자동 및 직접 에러 처리 테스트 섹션 업데이트, 예제 소스 코드 수정 및 추가 API 테스트 기능 개선

This commit is contained in:
2025-09-22 13:16:16 +09:00
parent 221e250814
commit 75e9831907
2 changed files with 232 additions and 223 deletions

View File

@@ -14,6 +14,7 @@ export const useUserStore = defineStore(
interface LoginData {
userId: string;
name: string;
}
// 액션
const login = async (userId: string, password: string) => {