Introduction
v-model helps you easily connect a text input to your data. It keeps the input and data in sync automatically.
When you want to get user input from a text box and use it in your app.
When you want to show a text input that updates as the user types.
When you want to build forms that react to what the user types.
When you want to keep your data and input box always matching without extra code.