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 0acfee5 commit 199f175Copy full SHA for 199f175
app/app.vue
@@ -142,7 +142,11 @@ if (import.meta.client) {
142
{{ route.name === 'search' ? `${$t('search.title_packages')} - npmx` : message }}
143
</NuxtRouteAnnouncer>
144
145
- <div id="main-content" class="flex-1 flex flex-col border-4 border-solid border-red-500" tabindex="-1">
+ <div
146
+ id="main-content"
147
+ class="flex-1 flex flex-col border-4 border-solid border-red-500"
148
+ tabindex="-1"
149
+ >
150
<NuxtPage />
151
</div>
152
0 commit comments