Vue.js put the data from the background into the input box, change the value of input, and how to get the value of the input box.

get the value passed by the background, display the value to the input box through v-model, and how to get the value in the input box.

Mar.22,2021

isn't v-model bound in both directions? the value of input has changed, and so has the value of data bound by v-model. Can't you just use it


Menu