The Delightful World of Vue
The Formidable v-model
  Start your All-Access Pass to unlock this challenge
Buy Access Login

Challenge 1 / 1

I just created my own input element with a v-model directive in it! Woo!

<input
    type="text"
    placeholder="Enter your name..."
    v-model="firstName"
/>

What is v-model NOT responsible for in this case?

Skip challenges and go to theNext Chapter

Turn Challenges Off?

All further challenges will be skipped automatically.
You can re-enable challenges at any time on this page or from your account page.