Skip to content

Commit

Permalink
Merge pull request #59 from LUI-UI/test
Browse files Browse the repository at this point in the history
fix(option): remove unnecesary line
  • Loading branch information
rhmkstk authored May 17, 2023
2 parents 585f7ae + b898cfa commit c986e7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Select/LuiOption.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,5 @@ const optionClasses = computed(() => {
<span v-if="$slots.append" class="ml-auto">
<slot name="append" />
</span>
<!-- <span><slot /></span> -->
</li>
</template>

0 comments on commit c986e7c

Please sign in to comment.