From aea4196980c6a9664b66f1d5956c573551e8daf3 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 4 Mar 2026 11:40:51 +0000 Subject: [PATCH 1/2] perf: only load vue-data-ui css in components that use it Co-authored-by: Anthony Fu --- app/components/Package/TrendsChart.vue | 2 ++ app/components/Package/VersionDistribution.vue | 2 ++ app/components/Package/WeeklyDownloadStats.vue | 2 ++ nuxt.config.ts | 2 +- 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/components/Package/TrendsChart.vue b/app/components/Package/TrendsChart.vue index d8391b4ebb..a163dc845d 100644 --- a/app/components/Package/TrendsChart.vue +++ b/app/components/Package/TrendsChart.vue @@ -2181,6 +2181,8 @@ watch(selectedMetric, value => {