Data Binding in Vue.js

Real time action

shah.hassan
May 23, 2021
<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).

--

--

shah.hassan

Software engineering and film. All are work-in-progress.