1
0

feat: migrate kanban card to script setup

This commit is contained in:
kolaente
2022-10-02 12:28:57 +02:00
parent b08dd58552
commit a5925baff0
3 changed files with 43 additions and 62 deletions

View File

@ -47,4 +47,6 @@ export interface ITask extends IAbstract {
listId: IList['id'] // Meta, only used when creating a new task
bucketId: IBucket['id']
getHexColor(): string
}