1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 13:52:46 +02:00

Add content for v-model (#6348)

add description & link official documentation
This commit is contained in:
Thoyib Hidayat
2024-08-03 16:33:53 +07:00
committed by GitHub
parent d8c9caa955
commit c20afce08f

View File

@@ -1 +1,5 @@
# v-model
# v-model
The v-model directive in Vue.js is used for creating two-way data bindings on form input elements, such as <input>, <textarea>, and <select>. This means that the data can be updated in the component when the user inputs something, and the UI will update if the data in the component changes.
- [@article@Form Input Bindings](https://vuejs.org/guide/essentials/forms.html)