vue 清除浏览器自动填充表单账号密码

柔光的暖阳◎ 2022-12-30 07:45 658阅读 0赞

普通文本框添加 autocomplete=“off”,密码输入框添加autocomplete=“new-password”

  1. <input type="text" autocomplete="off" name="username"/>
  2. <input type="password" autocomplete="new-password" name="password"/>

发表评论

表情:
评论列表 (有 0 条评论,658人围观)

还没有评论,来说两句吧...

相关阅读