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 1c4269a commit 4934123Copy full SHA for 4934123
1 file changed
app/pages/package/[[org]]/[name].vue
@@ -774,7 +774,7 @@ const showSkeleton = shallowRef(false)
774
<!-- Scenario 1: SPA fallback — show skeleton (no real content to preserve) -->
775
<!-- Scenario 2: SSR with missing payload — preserve server DOM, skip skeleton -->
776
<PackageSkeleton
777
- v-if="showSkeleton || isSpaFallback || (!hasEmptyPayload && status === 'pending')"
+ v-if="isSpaFallback || (!hasEmptyPayload && (showSkeleton || status === 'pending'))"
778
/>
779
780
<!-- During hydration without payload, show captured server HTML as a static snapshot.
0 commit comments