zhangzengfei
2022-12-05 c746783c4f570f9bdbe2d62b22bda22308b0dfba
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"