refactor: demo page
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user