ShortPwd


6位短密码弹层

示例
使用实例
  1. <nut-shortpwd :show=‘isShow’ @close=‘shortpwdClose’/>

Props
参数说明类型默认值可选值
show显示6位密码弹层Booleanfalsetrue/false
Events
事件名说明回调参数
close关闭弹层password(关闭如果是6位填满的,将会返回密码)