Skip to content

Commit

Permalink
Remove unused props
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Sep 9, 2024
1 parent e401f2e commit 6bf225b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{{ getText(item) }}
</VChip>
</template>
<template #item="{ item, tile }">
<template #item="{ item }">
<Checkbox v-model="selections" :value="item.value">
<span :class="{ notranslate }" :style="getEllipsisStyle()" dir="auto">
{{ getText(item) }}
Expand Down

0 comments on commit 6bf225b

Please sign in to comment.