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 f1eb507 commit 2357a94Copy full SHA for 2357a94
app/pages/app/settings.vue
@@ -5,7 +5,7 @@ definePageMeta({
5
</script>
6
7
<template>
8
- <div class="flex flex-col gap-4 sm:gap-6 lg:gap-12 w-full lg:max-w-2xl mx-auto">
+ <div class="flex flex-col gap-4 sm:gap-6 lg:gap-12 w-full max-w-2xl mx-auto">
9
<NuxtPage />
10
</div>
11
</template>
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@thecodeorigin/nuxt",
3
"type": "module",
4
- "version": "2.5.4",
+ "version": "2.5.5",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
0 commit comments