Skip to content
Snippets Groups Projects
Commit 05223830 authored by 최지원's avatar 최지원
Browse files

Merge branch 'master' of github.com:ChoeJiwon/WSD_FE

parents 6642a1e6 204ec300
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ export default [ ...@@ -22,7 +22,7 @@ export default [
}, },
{ {
path: '/mypage', path: '/mypage',
view: 'Typography' view: 'MyPage'
}, },
{ {
path: '/icons', path: '/icons',
......
...@@ -8,7 +8,10 @@ ...@@ -8,7 +8,10 @@
<v-text-field v-model="ID" label="ID를 입력하세요."/> <v-text-field v-model="ID" label="ID를 입력하세요."/>
</v-flex> </v-flex>
<v-flex xs12 md4> <v-flex xs12 md4>
<v-text-field v-model="PW" label="PW를 입력하세요."/> <v-text-field v-model="PW"
label="Password"
:type="passwordShow ? 'text' : 'password'"
required/>
</v-flex> </v-flex>
<v-flex xs12 text-xs-right> <v-flex xs12 text-xs-right>
<v-btn class="mx-0 font-weight-light" color="success" @click="login">Login</v-btn> <v-btn class="mx-0 font-weight-light" color="success" @click="login">Login</v-btn>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment