What is v-mdl (not v-model) in vue.js ? I have started working on a project and I am seeing v-mdl in some places as follows:
<div :id="id" v-mdl class="item" @click="toggle()">
v-mdl is probably an custom directive created in somewhere else.
v-mdl
You can find documentation about custom directives here: https://vuejs.org/v2/guide/custom-directive.html
1.4m articles
1.4m replys
5 comments
57.0k users