浏览器登录后会询问是否记住密码,选择记住密码后,页面内type=password会自动带出该域所记住的账户名以及密码。(使用vue结合element UI)
如何解决这个问题呢?
在文本框最前面添加<el-input style="position: fixed;bottom: -9999px;" type="password"></el-input>
然后在密码框加上以下这个属性
autocomplete="off"
这样就解决了
浏览器登录后会询问是否记住密码,选择记住密码后,页面内type=password会自动带出该域所记住的账户名以及密码。(使用vue结合element UI)
如何解决这个问题呢?
在文本框最前面添加<el-input style="position: fixed;bottom: -9999px;" type="password"></el-input>
然后在密码框加上以下这个属性
autocomplete="off"
这样就解决了
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。