3
So that the information is changed when the field focus is out, and not as you type.
3
So that the information is changed when the field focus is out, and not as you type.
4
The same can be obtained by the attribute lazy
Example:
<input v-model="msg" lazy>
1
If you are using Vue.js version 2.x. x, Lazy is no longer a property and has become a modifier. Then try <input v-model.lazy="msg">
.
Browser other questions tagged vue.js
You are not signed in. Login or sign up in order to post.
Who is alive always appears :)
– Maniero
I came back, here is my place :D
– hernandev