mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
.
This commit is contained in:
@@ -8,7 +8,7 @@ const ready = ref<boolean>(false);
|
||||
const props = defineProps<{ slice: SliceName }>();
|
||||
|
||||
async function loadData() {
|
||||
const response = await useTimelineDataRaw('visits', props.slice);
|
||||
const response = await useVisitsTimeline(props.slice);
|
||||
if (!response) return;
|
||||
const fixed = fixMetrics(response, props.slice);
|
||||
console.log(fixed);
|
||||
|
||||
Reference in New Issue
Block a user