在使用input进行输入的时候,在vue中最好使用v-model进行数据的双向绑定。 例如: <el-input v-model="input" placeholder="请输入内容"></el-input> <script