Skip to content
Snippets Groups Projects
Unverified Commit 204ec300 authored by 최지원's avatar 최지원 Committed by GitHub
Browse files

Merge pull request #4 from ChoeJiwon/login-update

Login update(File name change, input type text->password, path modify)
parents 90281a46 f5fe0a45
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ export default [
},
{
path: '/mypage',
view: 'Typography'
view: 'MyPage'
},
{
path: '/icons',
......
......@@ -8,7 +8,10 @@
<v-text-field v-model="ID" label="ID를 입력하세요."/>
</v-flex>
<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 xs12 text-xs-right>
<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