Form & v-model — Vue

v-model adalah two-way binding — menghubungkan data dengan form input secara otomatis. const name = ref("") const agreed = ref(false) ---template--- Halo, {{ na