diff --git a/components/Dropdown.vue b/components/Dropdown.vue index ff03799..78950d8 100644 --- a/components/Dropdown.vue +++ b/components/Dropdown.vue @@ -1,7 +1,7 @@ @@ -15,19 +15,19 @@ const props = defineProps<{ options: DropdownOption[] }>();