1 <el-form-item prop="pwd">
 2                     <el-input
 3                             v-model="ruleForm.pwd"
 4                             placeholder="密码"
 5                             type="password"
 6                             @keyup.enter.native="handleLogin('ruleForm')"
 7                             maxlength="12"
 8                             auto-complete="new-password" // 添加这行
 9                     ></el-input>
10                 </el-form-item>
auto-complete="new-password"

相关文章:

  • 2021-09-13
  • 2021-06-19
  • 2022-12-23
  • 2021-07-08
  • 2022-01-26
  • 2021-05-25
  • 2021-12-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-10
  • 2021-12-19
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案