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

@ -42,6 +42,7 @@ useCommand({
<div
v-bind="$attrs" ref="el"
flex gap-3 items-center cursor-pointer px4 py3
select-none
hover-bg-active
:aria-label="text"
@click="handleClick"