1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-30 05:57:30 +00:00

little register logic

This commit is contained in:
devfake
2015-06-23 15:10:01 +02:00
parent 75990b84c7
commit 313c660ba5
4 changed files with 25 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<form class="form-session">
<input type="text" placeholder="Username" class="field-session" autofocus>
<input type="text" placeholder="E-Mail" class="field-session">
<input type="password" placeholder="Password" class="field-session">
<input type="text" placeholder="Username" class="field-session field-username" autofocus v-model="username">
<input type="text" placeholder="E-Mail" class="field-session field-email" v-model="email">
<input type="password" placeholder="Password" class="field-session field-password" v-model="password">
<div class="wrap-btn-action btn-register-action" v-on="click: register">
<input type="submit" value="Register" class="btn-action" v-on="submit: register">