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:
parent
ac09817f0c
commit
e9731f553d
@ -51,6 +51,7 @@
|
|||||||
class="h-40 items-center"
|
class="h-40 items-center"
|
||||||
palceholder="请输入验证码"
|
palceholder="请输入验证码"
|
||||||
:maxlength="4"
|
:maxlength="4"
|
||||||
|
@keydown.enter="handleLogin"
|
||||||
>
|
>
|
||||||
<template #prefix>
|
<template #prefix>
|
||||||
<i class="i-fe:key mr-12 opacity-20" />
|
<i class="i-fe:key mr-12 opacity-20" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user