shah.hassanFollowMay 23, 2021·1 min readData Binding in Vue.jsReal time action<input v-model=”fullname” placeholder=”Enter your name here..”> <p>Name : {{ fullname }}</p>Useful feature if we’re building something require real time output for user’s view eg. form vs output (document).