We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc7237 commit 6df4533Copy full SHA for 6df4533
2 files changed
app/pages/compare.vue
@@ -246,7 +246,7 @@ useSeoMeta({
246
{{ $t('compare.facets.trends.title') }}
247
</h2>
248
249
- <CompareLineChart :packages="packages.filter(p => p !== NO_DEPENDENCY_ID)" />
+ <LazyCompareLineChart :packages="packages.filter(p => p !== NO_DEPENDENCY_ID)" />
250
</div>
251
252
<div v-else class="text-center py-12" role="alert">
app/pages/package/[[org]]/[name].vue
@@ -1147,7 +1147,7 @@ onKeyStroke(
1147
</ClientOnly>
1148
1149
<!-- Download stats -->
1150
- <PackageWeeklyDownloadStats :packageName :createdIso="pkg?.time?.created ?? null" />
+ <LazyPackageWeeklyDownloadStats :packageName :createdIso="pkg?.time?.created ?? null" />
1151
1152
<!-- Playground links -->
1153
<PackagePlaygrounds
0 commit comments