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 891573b commit 59ef007Copy full SHA for 59ef007
1 file changed
app/pages/package/[[org]]/[name].vue
@@ -212,6 +212,7 @@ const { diff: sizeDiff } = useInstallSizeDiff(packageName, resolvedVersion, pkg,
212
const nuxtApp = useNuxtApp()
213
const route = useRoute()
214
// Gates template rendering only — data fetches intentionally still run.
215
+// immediate is set once at mount — skipped requests won't re-fire on navigation, leaving data permanently missing.
216
const isVersionsRoute = computed(() => route.name === 'package-versions')
217
const hasEmptyPayload =
218
import.meta.client &&
0 commit comments