https://www.antdv.com/components/form-cn/<a-input
 
placeholder="请填写用户ID"
v-decorator="[
'userid',
{
rules: [
//number这个有问题
{
pattern: /^[0-9]+$/,
message: '请输入正整数',
},

相关文章:

  • 2022-03-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-04
  • 2022-12-23
猜你喜欢
  • 2021-11-22
  • 2021-09-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
  • 2022-12-23
相关资源
相似解决方案