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 0632594 commit 373f486Copy full SHA for 373f486
1 file changed
app/pages/package/[[org]]/[name].vue
@@ -270,6 +270,7 @@ const hasServerContentOnly = shallowRef(hasEmptyPayload && nuxtApp.payload.path
270
watch(
271
[
272
() => hasEmptyPayload,
273
+ () => hasServerContentOnly.value,
274
() => isSpaFallback.value,
275
() => isHydratingWithServerContent.value,
276
() => status.value,
@@ -280,6 +281,7 @@ watch(
280
281
],
282
([
283
hasEmptyPayloadArg,
284
+ hasServerContentOnlyArg,
285
isSpaFallbackArg,
286
isHydratingWithServerContentArg,
287
statusArg,
@@ -290,6 +292,7 @@ watch(
290
292
]) => {
291
293
console.log('main bunch', {
294
295
296
297
298
0 commit comments