So that the information is changed when the focus of the field comes out, and not as it is typed.
So that the information is changed when the focus of the field comes out, and not as it is typed.
The same can be obtained through the lazy
Example:
<input v-model="msg" lazy>