1
0

feat(components): align component name casing Label

This commit is contained in:
Dominik Pschenitschni
2024-06-15 22:59:27 +02:00
parent baaf8d8f0e
commit 57f1be3e7e
4 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
import type {PropType} from 'vue'
import type {ILabel} from '@/modelTypes/ILabel'
import XLabel from '@/components/tasks/partials/label.vue'
import XLabel from '@/components/tasks/partials/Label.vue'
defineProps({
labels: {