this is incorrect ```<input vModel="newTodoText" />``` this is the correct version ```<input vModel={this.newTodoText} /> ```