Skip to content

Commit 3699989

Browse files
graphierosdanielroecoderabbitai[bot]
authored
feat: add charts to compare page (#846)
Co-authored-by: Daniel Roe <daniel@roe.dev> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 6383f8a commit 3699989

File tree

9 files changed

+628
-287
lines changed

9 files changed

+628
-287
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<script setup lang="ts">
2+
import DownloadAnalytics from '../Package/DownloadAnalytics.vue'
3+
4+
const { packages } = defineProps<{
5+
packages: string[]
6+
}>()
7+
</script>
8+
9+
<template>
10+
<div class="font-mono">
11+
<DownloadAnalytics :package-names="packages" :in-modal="false" />
12+
</div>
13+
</template>

0 commit comments

Comments
 (0)