fix: disable selecting elements in user switcher (#1219)

This commit is contained in:
sechi 2023-01-17 04:17:47 +08:00 committed by GitHub
parent 5354e58c2d
commit c4c15cf1c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -15,6 +15,7 @@ const error = $ref(false)
:key="account.avatar"
width="400"
height="400"
select-none
:src="(error || !loaded) ? 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7' : account.avatar"
:alt="$t('account.avatar_description', [account.username])"
loading="lazy"