[Vuejs]-Conditionally bind a directive in vue js

0👍

We can use template tag to achieve this in template as below, say if we want to add v-dragscroll to any div element

Template option

1

If you are using render then it is even more easy to achieve

Render option

2

Leave a comment