Skip to content

Commit

Permalink
Update SelectOptions.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
CarelessCourage committed Jan 14, 2025
1 parent f6dd3ad commit 3374bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nobel/components/ui/Select/SelectOptions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const emits = defineEmits<{
</script>

<template>
<!-- <div class="SelectList" :class="{ open: open }">
<div class="SelectList" :class="{ open: open }">
<div
v-for="v in values"
:key="v"
Expand All @@ -32,7 +32,7 @@ const emits = defineEmits<{
<Icon :icon="value === v ? '' : ''" />
<p>{{ v }}</p>
</div>
</div> -->
</div>
<div class="frame buttonFocus buttonHover">
<Icon icon="pixelarticons:chevron-down" />
</div>
Expand Down

0 comments on commit 3374bcc

Please sign in to comment.