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 6f5c1b8 commit bba4380Copy full SHA for bba4380
4 files changed
app/pages/package/[[org]]/[name].vue
@@ -207,6 +207,7 @@ const { diff: sizeDiff } = useInstallSizeDiff(packageName, resolvedVersion, pkg,
207
// → Preserve the server-rendered DOM, don't flash to skeleton.
208
const nuxtApp = useNuxtApp()
209
const route = useRoute()
210
+// Gates template rendering only — data fetches intentionally still run.
211
const isVersionsRoute = computed(() => route.name === 'package-versions')
212
const hasEmptyPayload =
213
import.meta.client &&
0 commit comments