fix: type error
This commit is contained in:
parent
518a6b71f8
commit
a509215aef
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ defineProps<{
|
|||
|
||||
defineEmits<{
|
||||
(e: 'deleteCard', id: string): void;
|
||||
(e: 'updateCard', id: string): void;
|
||||
(e: 'enterCard', id: string): void;
|
||||
(e: 'updateCard', action: 'FORM' | 'INFO', id: string): void;
|
||||
(e: 'enterCard', action: 'FORM' | 'INFO', id: string): void;
|
||||
(e: 'toggleStatus', id: string): void;
|
||||
}>();
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue