ZZJ
2022-05-05 d889eaf990af99c06970e51f2bc421ac0015489c
bug修复
1个文件已修改
2 ■■■ 已修改文件
src/components/subComponents/PwInput.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/subComponents/PwInput.vue
@@ -2,7 +2,7 @@
  <el-input
    :placeholder="placeholder"
    class="PwInput"
    :type="[flag ? 'text' : 'password']"
    :type="flag ? 'text' : 'password'"
    v-model="inputVal"
    @input="input"
    autocomplete="off"