I have this line in my vue.js application
<input type="text" v-on:input="cssClass=$event.target.value">
I know that in javascript I can get event.target.value. I think that the above code is Vue.js specific code, but I'm not sure. Need confirmation.