Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Germey Tsui committed Jan 7, 2024
1 parent ae052dc commit ad071ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/AuthPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
>
<iframe width="360" height="560" :src="iframeUrl" frameborder="0" />
</el-dialog>
<el-dialog :model-value="!!qrLink" width="400px" :show-close="true">
<el-dialog :model-value="!!qrLink" width="400px" :show-close="false">
<qr-code
v-if="qrLink"
:value="qrLink"
Expand Down

0 comments on commit ad071ec

Please sign in to comment.