mark
2022-10-25 f20a554bdb24e9dfde9dc6a69d78595944f61d15
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"