Commit 273eaffe by licheng

fix: 修复登录页报错

parent ef75edff
......@@ -79,7 +79,7 @@
v-model="resetPasswordData.password"
:placeholder="t('login.passwordPlaceholder')"
style="width: 100%"
strength="true"
:strength="true"
/>
</el-form-item>
</el-col>
......@@ -89,7 +89,7 @@
v-model="resetPasswordData.check_password"
:placeholder="t('login.checkPassword')"
style="width: 100%"
strength="true"
:strength="true"
/>
</el-form-item>
</el-col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment