This commit is contained in:
tamaina 2025-08-25 23:09:10 +09:00
parent 37c665b53d
commit 1ee5c7283d
1 changed files with 3 additions and 1 deletions

View File

@ -15,11 +15,13 @@ SPDX-License-Identifier: AGPL-3.0-only
:style="{
'--MI_SPACER-w': '512px',
'--MI_SPACER-max': '14px',
'cursor': canShare ? 'pointer' : 'default',
}"
>
<div
:class="$style.qrOuter"
:style="{
'cursor': canShare ? 'pointer' : 'default',
}"
@click="share"
>
<div ref="qrCodeEl" v-flip :class="$style.qrInner"></div>