<div id="app"> <form action="" @submit.prevent="myfunc"> <input type="text" v-model.lazy.trim="message"> <br> <button>提交</button> </form></div>