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

<el-form @submit.native.prevent>
  <el-input v-mode="name"></el-input>
</el-form>

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

<el-form @submit.native.prevent>
  <el-input v-mode="name"></el-input>
</el-form>

相关文章: