Skip to content

Commit

Permalink
fix: type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pipipi-pikachu committed Dec 22, 2024
1 parent 6df1b8d commit 84fd78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TextArea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const emit = defineEmits<{
(event: 'update:value', payload: string): void
(event: 'focus', payload: FocusEvent): void
(event: 'blur', payload: FocusEvent): void
(event: 'enter', payload: FocusEvent): void
(event: 'enter', payload: KeyboardEvent): void
}>()
const handleInput = (e: Event) => {
Expand Down

0 comments on commit 84fd78e

Please sign in to comment.