refs #561 Close login page with esc

This commit is contained in:
AkiraFukushima 2018-08-23 08:51:27 +09:00
parent 0a7e9ccdee
commit 7ebddf0d42
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
</el-row>
</el-header>
<el-container>
<div v-shortkey="['esc']" @shortkey="close"></div>
<login-form></login-form>
</el-container>
</el-container>