Skip to content

Commit

Permalink
fix hoverable prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Nov 3, 2024
1 parent e5b350c commit 81a4ac4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ interface Option {
const props = withDefaults(
defineProps<{
options: Option[];
hoverable: boolean;
hoverable?: boolean;
}>(),
{
hoverable: false,
Expand Down

0 comments on commit 81a4ac4

Please sign in to comment.