我们常常需要将表单输入框的内容同步给 JavaScript 中相应的变量 <input :value="text" @input="event => text = event.target.value">