로그인, 아이디찾기, 비밀번호찾기, 가입시 권장사항 화면 추가

This commit is contained in:
이진기
2024-11-11 18:06:35 +09:00
parent 7f3bd6ef65
commit 940a0320b3
6 changed files with 488 additions and 8 deletions

View File

@@ -10,13 +10,17 @@ import { LogoutOutlined } from '@ant-design/icons-vue';
</a-button>
</a-col>
<a-col>
<a-button @click="'#'">
<template #icon>
<LogoutOutlined />
</template>
로그아웃
</a-button>
</a-col>
<router-link to="/login" style="color: #1890ff">
로그아웃
</router-link>
<!-- <a-col>-->
<!-- <a-button @click="'#'">-->
<!-- <template #icon>-->
<!-- <LogoutOutlined />-->
<!-- </template>-->
<!-- 로그아웃-->
<!-- </a-button>-->
<!-- </a-col>-->
</a-row>
</template>