v1.7.0-rc.2 - 支持右键事件定制化

This commit is contained in:
LINING-PC\lining
2025-12-26 12:12:16 +08:00
parent 352f2dce16
commit 84aabe53d7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ defineSlots<{
onAddPredecessor: () => void
onAddSuccessor: () => void
onDelete: (task: Task, deleteChildren?: boolean) => void
onDeleteLink: (linkTask: Task) => void
onDeleteLink: (event: { sourceTaskId: number; targetTaskId: number }) => void
}): unknown
}>()