Skip to content

Commit

Permalink
chore: add placeholder to firebase example (#7979)
Browse files Browse the repository at this point in the history
  • Loading branch information
cobafan authored and yyx990803 committed Oct 22, 2018
1 parent 16021f3 commit c356b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/firebase/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</li>
</ul>
<form id="form" v-on:submit.prevent="addUser">
<input v-model="newUser.name">
<input v-model="newUser.email">
<input v-model="newUser.name" placeholder="Add Name">
<input v-model="newUser.email" placeholder="Add Email">
<input type="submit" value="Add User">
</form>
<ul class="errors">
Expand Down

0 comments on commit c356b29

Please sign in to comment.