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