One way and Two way Data binding | Vue Js | v-model | v-bind |

Опубликовано: 12 Ноябрь 2024
на канале: TutsFinder - Elementary way to find
241
15

In this video, we are going to tell how you can bind data in vuejs with one way and two data flow with example.

Difference between one way and two way data binding in Vue JS :

One way data binding - In this, if we have updated anything in our data model so we have to write some custom code to update the DOM accordingly, in one way data binding the UI part of the application doesn't update automatically.
v-bind directive is used for one way data binding in Vue Js.

Two way data binding - If we have changes anything in our Data Model then UI part of the application gets update automatically in two way data binding.
v-model directive is used for two way data binding in Vue Js.

Checkout our Facebook page:   / tutsfinder  
Checkout our Instagram Profile:   / tutsfinder  

For more info visit our website https://tutsfinder.com/ or you can mail us on [email protected]