支持输入完密码回车提交登录请求

ocr_2.0
DESKTOP-DDTUS3E\yaxin
parent 2b6e425ef2
commit 44a7d7afe2

@ -26,6 +26,7 @@
:type="passwordType" :type="passwordType"
placeholder="请输入密码" placeholder="请输入密码"
clearable clearable
@keyup.enter.native="handleLoginClick"
/> />
<span <span
v-if="passwordType === 'password'" v-if="passwordType === 'password'"

Loading…
Cancel
Save