What are directives in Vue js? A quick digest ⤵️
Directives are special attributes that start with v-and are used to add dynamic behaviour to HTML elements. Directives are used to apply special behaviour to the elements they are attached to, like conditionally rendering elements, binding data to el...
asdsyd.hashnode.dev2 min read