mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-07 07:42:45 +01:00
feat: mobile ui (#1096)
This commit is contained in:
@@ -43,7 +43,7 @@ const ticketsPerWeek = computed(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<TanView :isError="isError" :isPending="isPending" :error="error" :value="tickets">
|
||||
<TanView :isError="isError" :isPending="isPending" :error="error">
|
||||
<LineChart class="h-40" :data="ticketsPerWeek" index="week" :categories="['count']" />
|
||||
</TanView>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user