Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700e08b commit 840eda6Copy full SHA for 840eda6
src/views/login/index.vue
@@ -36,7 +36,7 @@
36
<el-button class="thirdparty-button" type="primary" @click="showDialog=true">{{$t('login.thirdparty')}}</el-button>
37
</el-form>
38
39
- <el-dialog :title="$t('login.thirdparty')" :visible.sync="showDialog">
+ <el-dialog :title="$t('login.thirdparty')" :visible.sync="showDialog" append-to-body>
40
{{$t('login.thirdpartyTips')}}
41
<br/>
42
0 commit comments