vue-element-admin input autocomplete失效 chrome浏览器


登陆页面自动填充,没有问题
编辑页面,不需要自动填充,添加auto-complete="new-password"

                 <el-form-item label="账户名称" required >
                    <el-input v-model="editform.account" auto-complete="new-password" ></el-input>
                </el-form-item>
                <el-form-item label="账户密码" required>
                    <el-input type="password" v-model="password" auto-complete="new-password"></el-input>
                </el-form-item>


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM