mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix: type fix
This commit is contained in:
parent
6df1b8d856
commit
84fd78e39f
@ -41,7 +41,7 @@ const emit = defineEmits<{
|
|||||||
(event: 'update:value', payload: string): void
|
(event: 'update:value', payload: string): void
|
||||||
(event: 'focus', payload: FocusEvent): void
|
(event: 'focus', payload: FocusEvent): void
|
||||||
(event: 'blur', payload: FocusEvent): void
|
(event: 'blur', payload: FocusEvent): void
|
||||||
(event: 'enter', payload: FocusEvent): void
|
(event: 'enter', payload: KeyboardEvent): void
|
||||||
}>()
|
}>()
|
||||||
|
|
||||||
const handleInput = (e: Event) => {
|
const handleInput = (e: Event) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user