Skip to content

Commit

Permalink
chore: add placeholder to firebase example (vuejs#7979)
Browse files Browse the repository at this point in the history
  • Loading branch information
cobafan authored and hefeng committed Jan 25, 2019
1 parent c133a3d commit 453ff02
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 453ff02

Please sign in to comment.