antd input 密码框 报错问题

 antd input 密码框 报错问题_第1张图片

Password field is not contained in a form:  (缺少from)

 外面套个from 标签就好了

antd input 密码框 报错问题_第2张图片

 Input elements should have autocomplete attributes (suggested: "new-password")

( 缺少   autocomplete="")

 antd input 密码框 报错问题_第3张图片

你可能感兴趣的:(ant,design,vue,游览器遇到各种错误或者警告,javascript)