Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spider-hand committed Jun 4, 2022
1 parent eead89b commit a670730
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Home/SelectBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
]"
>
<div
:class="[$style['select-box-container'], state.isHovering && 'on-hover']"
:class="[
$style['select-box-container'],
state.isHovering && $style['on-hover'],
]"
ref="selectboxRef"
@mouseover="onMouseOver"
@mouseleave="onMouseLeave"
Expand Down

0 comments on commit a670730

Please sign in to comment.