Skip to content

Commit

Permalink
unnecessary custom attribute 'v-model'
Browse files Browse the repository at this point in the history
  • Loading branch information
xdlrt authored Jun 5, 2017
1 parent 032a4f2 commit 787e13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/signup.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</div>
<div class="field required">
<label>个人简介</label>
<textarea name="bio" rows="5" v-model="user.bio"></textarea>
<textarea name="bio" rows="5"></textarea>
</div>
<input type="submit" class="ui button fluid" value="注册">
</form>
Expand Down

0 comments on commit 787e13b

Please sign in to comment.