What are Directives in Vue.js, List some of them you used?

Technology CommunityCategory: Vue.jsWhat are Directives in Vue.js, List some of them you used?
VietMX Staff asked 3 years ago

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