scrimba
Vue.js for Beginners
Vue.js Tutorial: v-model
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Vue.js Tutorial: v-model
AboutCommentsNotes
Vue.js Tutorial: v-model
Expand for more info
index.html
run
preview
console
<div id="app">
<p>{{ message }}</p>
<input v-model="message">
</div>
Console
Preview
280×340 (100%)
index.html
-2:19