antdv中使用v-decorator后输入自动转大写
antdv中使用v-decorator后输入自动转大写
使用了v-decorator后使用v-model会有冲突;所以不能使用v-model,只能考虑使用v-decorator中的方法,记录一下。
// template部分
<a-input
:maxLength="4"
v-decorator="[ 'certType', validatorRules.certType]"
:disabled="disableSubmit"
/>
// An highlighted blo
原创
2021-12-02 14:40:01 ·
934 阅读 ·
0 评论