Courses
Vue Foundations Vue Fullstack Vue Enterprise
Articles
Latest Topics
More
Newsletter Sponsorship Forum About
The video for this lesson is currently being updated, please read the transcript instead.
Vue Fullstack > Lesson 64

Binding form inputs

Looking at our login form component template, you can see there are two inputs used: the email input and the password input. These receive two props: id, and model. We'll come back to these in a moment.

Let's firstly open the email input, and you'll see that this component contains a Vuetify component called v-text-field which in turn wraps an HTML input element.

What's relevant here is that the input component binds a property value with v-model.


Back to course page
Courses
  • Vue Foundations
  • Vue Fullstack
  • Vue Enterprise
Articles
  • Latest
  • Topics
Newsletter
  • Join
  • Sponsorship
More
  • Forum
  • Vue.js jobs
  • About

Vue.js Developers © 2021. View our privacy policy .

  • RSS
  • |
  • Atom