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>
posted @ 2020-06-15 17:21  gggggggxin  阅读(1564)  评论(0编辑  收藏  举报