Vue essentials - Shorthands
You probably noticed by now that there's several directives that you tend to use a lot in Vue.
v-bind for example every time you create a prop you're probably going to use the v-bind.
So what they've done is they've made some short hands that you can use just to you know
make writing code quicker and whatever else.
In the case of v-bind if you just put a colon, normally you put v-bind colon and then the
property or attribute you want to bind on,
Click to load comments...