refactor: demo page

This commit is contained in:
2025-09-24 12:12:33 +03:30
parent 3f7af72848
commit 617bddefa1
6 changed files with 479 additions and 122 deletions

View File

@@ -40,7 +40,7 @@ const vuetifyTheme = useTheme()
const route = useRoute()
const isCrmRoute = computed(() => {
return route.path === '/dashboards/crm'
return route.path === '/dashboards/crm' || route.path === '/dashboards/demo'
})
const colors = [