在vant的表单中,除了提交按钮以外,可能还有其他的功能性按钮,例如发送验证码的按钮,我们在使用这些按钮时,需要在按钮上添加native-type=button,否则就会触发提交表单
<van-button v-if="(billType==1)" class="discern" color="#E1000F" block type="info" native-type='button' @click.stop="discernFn">识别</van-button>
在vant的表单中,除了提交按钮以外,可能还有其他的功能性按钮,例如发送验证码的按钮,我们在使用这些按钮时,需要在按钮上添加native-type=button,否则就会触发提交表单
<van-button v-if="(billType==1)" class="discern" color="#E1000F" block type="info" native-type='button' @click.stop="discernFn">识别</van-button>
本文标题:vant点击表单中的普通按钮为什么会触发表单提交
本文链接:https://www.haomeiwen.com/subject/txwyjdtx.html
网友评论