This commit is contained in:
qiuchengw
2025-09-25 12:52:48 +08:00
parent 139b76423f
commit a9596a38b4
2 changed files with 62 additions and 27 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import type { Task } from '../src/models/Task'
interface Props {
task: Task,
type: 'task-row' | 'task-bar'
type: string, // 'task-row' | 'task-bar'
}
const props = withDefaults(defineProps<Props>(), {
})