vue-iviewUI小技巧
Posted wssdx
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue-iviewUI小技巧相关的知识,希望对你有一定的参考价值。
1,resetFields()移除校验结果并重置字段值
this.$refs[‘formInline‘].resetFields();
2,@keyup.enter.native="findFun"键盘回车事件
<Form ref="formInline" inline :label-width="100" @keyup.enter.native="findFun">
</Form>
以上是关于vue-iviewUI小技巧的主要内容,如果未能解决你的问题,请参考以下文章