chore: better variable typing

This commit is contained in:
Dominik Pschenitschni 2022-06-23 03:28:48 +02:00
parent 6f93d6343c
commit 42e72d14a4
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
7 changed files with 10 additions and 8 deletions

View file

@ -47,6 +47,7 @@ const props = defineProps({
required: true,
},
canWrite: {
type: Boolean,
required: true,
},
})