Login
Remember
Register
Ask a Question
Which of the following directive is used for two-way binding in Vue.js?
0
votes
asked
Apr 13, 2022
in
VueJS
by
john ganales
retagged
Apr 13, 2022
by
john ganales
Which of the following directive is used for two-way binding in Vue.js?
a) v-on
b) v-model
c) no-one
d) v-bind
vuejs-binding
vue-js-tutorial
vue-js-vs-react
vue-js-interview-questions
vue-js-vs-angular
vue-js-installation
vue-js-declarative-
vue-js-renderingconditions-&-loops
vue-js-instances
vue-js-template
vue-js-components
vue-js-routing
vue-js-mixins
vue-js-computed-properties
vue-js-watch-property
vue-js-functions
vue-js-directives
vue-js-event-handling
vue-js-data-binding
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 13, 2022
by
john ganales
b) v-model
directive is used for two-way binding in Vue.js
...