mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
add referrers bar chart
This commit is contained in:
@@ -61,6 +61,7 @@ const sections: Section[] = [
|
||||
|
||||
const { showDialog, closeDialog } = useBarCardDialog();
|
||||
|
||||
|
||||
const { open, isOpen, close } = useMenu();
|
||||
|
||||
</script>
|
||||
@@ -99,6 +100,7 @@ const { open, isOpen, close } = useMenu();
|
||||
v-if="showDialog">
|
||||
<DashboardDialogBarCard @click.stop="null" class="z-[36]"></DashboardDialogBarCard>
|
||||
</div>
|
||||
|
||||
<slot></slot>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user