-
1
List 4 Vue directivesTimes asked 2Official solution
SimpleDirectives Vue ke special attributes — HTML ko superpower.
v-if/else/show, v-for, v-bind (:), v-on (@), v-model, v-html (XSS), v-cloak, v-slot.
:src= v-bind:src.@click= v-on:click.Custom directives bhi (v-focus) — course basics kaafi.
Example
<p v-if="ok">Yes</p> <li v-for="u in users" :key="u.id">{{ u.name }}</li> <input v-model="email"> <img :src="url">Project example: List v-for :key. Form v-model. Admin v-if. Image :src.
Viva tip: src ke liye v-bind:src ka shorthand. @click = v-on:click.
Community answers
No replies yet
No community answers yet
Open My solution to be the first to share yours.
My solution
Not submitted yet
-
2
forgot to write thisTimes asked 2Official solution
SimpleViva wrap-up hai. Short thanks + confirm submission ZIP latest hai.
Community answers
No replies yet
No community answers yet
Open My solution to be the first to share yours.
My solution
Not submitted yet