File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -153,6 +153,15 @@ useSeoMeta({
153153 :headers =" gridHeaders"
154154 />
155155 </div >
156+
157+ <h2
158+ id =" comparison-heading"
159+ class =" text-xs text-fg-subtle uppercase tracking-wider mb-4 mt-10"
160+ >
161+ downloads history
162+ </h2 >
163+
164+ <CompareLineChart :packages />
156165 </div >
157166
158167 <div v-else class =" text-center py-12" role =" alert" >
You can’t perform that action at this time.
0 commit comments