Skip to content

Commit

Permalink
Remove v-model
Browse files Browse the repository at this point in the history
Closes #3
  • Loading branch information
josephspurrier committed Jul 8, 2020
1 parent 6888683 commit b7e7598
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/ui/src/view/notepad.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ var Page = () => {
<label class="label">To Do</label>
<div class="control">
<input
v-model="inputTodo"
type="text"
placeholder="What would you like to do?"
class="input"
Expand Down

0 comments on commit b7e7598

Please sign in to comment.