Question - What are Directives in VUE.js, List some of them you used?
Answer -
The concept of directive in Vue js is drastically simpler than that in Angular. Vue.js directives provides a way to extend HTML with new attributes and tags. Vue.js has a set of built-in directives which offers extended functionality to your applications.You can also write your custom directives in Vue.js .
Below are list of commonly used directives in Vue.js
- v-show
- v-if
- v-model
- v-else
- v-on