Articles
Latest
More
Newsletter Sponsorship Discord About
Sign up for our Newsletter
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

Click to load comments...

Articles
  • Latest
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

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

  • RSS
  • |
  • Atom