[UI 개선] API 테스트 페이지의 자동 및 직접 에러 처리 테스트 섹션 업데이트, 예제 소스 코드 수정 및 추가 API 테스트 기능 개선
This commit is contained in:
@@ -14,6 +14,7 @@ export const useUserStore = defineStore(
|
||||
|
||||
interface LoginData {
|
||||
userId: string;
|
||||
name: string;
|
||||
}
|
||||
// 액션
|
||||
const login = async (userId: string, password: string) => {
|
||||
|
||||
Reference in New Issue
Block a user