ZZJ
2022-06-23 f7f0e44c4be8eb0e77fd310296c3b43bde21e4f9
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"