Web Development
Vue.js
Interview
Oct 03, 2025
What are Vue.js directives? List common directives.
Detailed Explanation
Directives are special attributes with v- prefix. Common ones: v-if, v-for, v-show, v-model, v-bind, v-on, v-html, v-text. Example: <div v-if="isVisible">Content</div>
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts