We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85fe938 commit a6ffa0cCopy full SHA for a6ffa0c
src/pages/preference/index.vue
@@ -74,7 +74,7 @@ const menus = [
74
:key="item.label"
75
class="size-20 flex flex-col cursor-pointer items-center justify-center gap-2 rounded-lg hover:bg-color-7 text-color-3 transition"
76
:class="{ 'bg-white! text-primary-5 font-bold': current === index }"
77
- @mousedown="current = index"
+ @click="current = index"
78
>
79
<div
80
class="size-8"
0 commit comments