chrome elementui禁用保存密码

网上说的办法用elementui都不管用,最终解决办法是在前面添加一个隐藏的el-input type="password"

<el-input type="password" style="display: none;"></el-input>

猜你喜欢

转载自blog.csdn.net/wangyue4/article/details/111994202
今日推荐