scrimba
Vue.js for Beginners
Vue.js Tutorial: v-if
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-if
AboutCommentsNotes
Vue.js Tutorial: v-if
Expand for more info
index.html
run
preview
console
<div id="app">
<p v-if="seen">Now you see me</p>
</div>
Console
Preview
280×340 (100%)
index.html
-1:07