Skip to content

Commit

Permalink
fix(login): resolve prod error
Browse files Browse the repository at this point in the history
  • Loading branch information
mryanshenghong committed Jul 27, 2022
1 parent cb731cb commit b676923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/LoginModal.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<template>
<el-dialog
:title="$t('message.login.modalTitle')"
v-model="show"
:modelValue="show"
:show-close="false"
:close-on-click-modal="false"
:close-on-press-escape="false"
:lock-scroll="true"
:modal-append-to-body="false"
:append-to-body="!show"
>
<el-tabs v-model="state.formTab" @tab-click="handleFormChange">
<el-tab-pane label="Login" name="login">
Expand Down

0 comments on commit b676923

Please sign in to comment.