1
0

chore: add some types (#1790)

Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1790
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:
Dominik Pschenitschni
2022-04-10 18:56:14 +00:00
committed by konrad
parent 656c020125
commit 53c669b108
4 changed files with 5 additions and 1 deletions

View File

@ -60,6 +60,7 @@ export default defineComponent({
},
},
disabled: {
type: Boolean,
default: false,
},
},

View File

@ -72,6 +72,7 @@ export default defineComponent({
required: true,
},
disabled: {
type: Boolean,
default: false,
},
},