Skip to content

Commit 48dd0f8

Browse files
committed
chore: update infos
1 parent 18e537e commit 48dd0f8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/popup/App.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,13 @@
5353
</ListBlock>
5454

5555
<ListBlock label="Rendering">
56-
<div class="font-semibold">{{ website.hasSSR ? 'Server-side' : 'Client-side' }}</div>
56+
<div class="font-semibold">{{ website.hasSSR ? 'Universal' : 'Client-side' }}</div>
5757
</ListBlock>
5858

59-
<ListBlock label="Deployment">
59+
<ListBlock
60+
v-if="website.framework && website.framework.slug === 'nuxtjs'"
61+
label="Deployment"
62+
>
6063
<div class="font-semibold">{{ website.isStatic ? 'Static' : 'Server' }}</div>
6164
</ListBlock>
6265
</div>

0 commit comments

Comments
 (0)