Skip to content

Commit 891573b

Browse files
committed
chore: remove all changelog related code
1 parent 978ecec commit 891573b

4 files changed

Lines changed: 149 additions & 248 deletions

File tree

app/pages/package/[[org]]/[name].vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ const { diff: sizeDiff } = useInstallSizeDiff(packageName, resolvedVersion, pkg,
211211
// → Preserve the server-rendered DOM, don't flash to skeleton.
212212
const nuxtApp = useNuxtApp()
213213
const route = useRoute()
214+
// Gates template rendering only — data fetches intentionally still run.
214215
const isVersionsRoute = computed(() => route.name === 'package-versions')
215216
const hasEmptyPayload =
216217
import.meta.client &&

0 commit comments

Comments
 (0)