feat:#94 finished delete and added translation

This commit is contained in:
masterElmar
2023-12-03 22:32:09 +01:00
parent 5cadfc0cbc
commit d1ea4da590
10 changed files with 99 additions and 34 deletions

View File

@@ -19,6 +19,7 @@ const isDisabled = (routeName: RouteRecordName | null | undefined) => {
<RouterView />
<!-- show CalendarPreview but only on specific router views -->
<CalendarPreview v-if="isDisabled($route.name)"/>
<Toast />
</template>
<style scoped></style>