Play

Learn Vue with Me EP.4 - Conditional Rendering การใช้ if/else

VueJS ฟรี
#VueJS #vue.js #Vue

Conditional Rendering

<h1 v-if="awesome">Vue is awesome!</h1>
<h1 v-if="awesome">Vue is awesome!</h1>
<h1 v-else>Oh no 😢</h1>