diff --git a/src/components/DrawerComponent.vue b/src/components/DrawerComponent.vue index bb53c4ce..805ad36e 100644 --- a/src/components/DrawerComponent.vue +++ b/src/components/DrawerComponent.vue @@ -84,7 +84,7 @@ function navigateTo(label: string, destination: string) { :class="{ active: currentRoute === v.label, dark: $q.dark.isActive }" > - +
{{ $t(v.label) }}