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 3353778 commit a4c9724Copy full SHA for a4c9724
1 file changed
app/components/PackageManagerSelect.vue
@@ -100,14 +100,8 @@ function handleKeydown(event: KeyboardEvent) {
100
@click="toggle"
101
@keydown="handleKeydown"
102
>
103
- <ClientOnly>
104
- <span class="inline-block h-3 w-3" :class="pm.icon" aria-hidden="true" />
105
- <span>{{ pm.label }}</span>
106
- <template #fallback>
107
- <span class="inline-block h-3 w-3 i-simple-icons:npm" aria-hidden="true" />
108
- <span>npm</span>
109
- </template>
110
- </ClientOnly>
+ <span class="inline-block h-3 w-3" :class="pm.icon" aria-hidden="true" />
+ <span>{{ pm.label }}</span>
111
<span
112
class="i-carbon:chevron-down w-3 h-3"
113
:class="[
0 commit comments