Google News
logo
Vue.JS - Quiz(MCQ)
Which of the following directive is used for two-way binding in Vue.js?
A)
v-on
B)
no-one
C)
v-model
D)
v-bind

Correct Answer :   v-model


Explanation : The v-model directive is used for two-way binding in Vue.js.

Advertisement