el-input回车刷新页面

解决方法:

在el-form上添加@submit.native.prevent

<el-form @submit.native.prevent>
  <el-input v-mode="name"></el-input>
</el-form>
原文地址:https://www.cnblogs.com/listen9436/p/11169521.html