Skip to content

Commit a3e65af

Browse files
authored
Update app/components/BreedSearch.vue
1 parent 907b71d commit a3e65af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/BreedSearch.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const model = defineModel<string>();
1515
1616
const search = useDebounceFn(
1717
(e: Event) => {
18-
model.value = (e.target as HTMLInputElement).value);
18+
model.value = (e.target as HTMLInputElement).value;
1919
}
2020
250,
2121
);

0 commit comments

Comments
 (0)