1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-05-01 06:39:01 +08:00

feat: 验证码输入框增加回车登录事件

This commit is contained in:
zclzone 2023-12-10 17:53:06 +08:00
parent ac09817f0c
commit e9731f553d

View File

@ -51,6 +51,7 @@
class="h-40 items-center"
palceholder="请输入验证码"
:maxlength="4"
@keydown.enter="handleLogin"
>
<template #prefix>
<i class="i-fe:key mr-12 opacity-20" />