Start your All-Access Pass to unlock this challenge
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