로그인, 아이디찾기, 비밀번호찾기, 가입시 권장사항 화면 추가
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user