Skip to content

Commit

Permalink
docs(VRating): remove onClick from v-rating item slot props (#20901)
Browse files Browse the repository at this point in the history
  • Loading branch information
PHorwat authored and johnleider committed Jan 23, 2025
1 parent 229a9e5 commit 6181018
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/docs/src/examples/v-rating/slot-item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<v-icon
:color="props.isFilled ? colors[props.index] : 'grey-lighten-1'"
size="large"
@click="props.onClick"
>
{{ props.isFilled ? 'mdi-star-circle' : 'mdi-star-circle-outline' }}
</v-icon>
Expand Down

0 comments on commit 6181018

Please sign in to comment.