[feat] autofocus on login
This commit is contained in:
parent
6341eadc74
commit
fa40ea4ade
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<template lang='pug'>
|
||||
el-dialog(:visible='show' @close='close' :close-on-click-modal='false'
|
||||
el-dialog(:visible='show' @close='close' :close-on-click-modal='false' @opened='() => $refs.email.focus()'
|
||||
append-to-body :title="$t('common.login')")
|
||||
|
||||
p(v-html="$t('login.description')")
|
||||
|
|
Loading…
Reference in a new issue