支持设置默认timeline scale

This commit is contained in:
qiuchengw
2025-09-24 20:01:11 +08:00
parent 8803d34c6e
commit 253ed21fd2
4 changed files with 70 additions and 22 deletions
+1 -1
View File
@@ -438,7 +438,7 @@ onUnmounted(() => {
@add-successor="emit('add-successor', $event)"
@delete="handleTaskDelete"
>
<template v-if="hasContentSlot" #custom-task-content="childScope">
<template v-if="hasContentSlot" #custom-task-content="childScope: any">
<slot name="custom-task-content" v-bind="childScope" />
</template>
</TaskRow>