magius
magius
NNuxt
Created by magius on 10/29/2024 in #❓・help
MultiStep Form with zod + nuxt ui
the solution proposed by kapa worked but cant i used 2 schema that can be extend one another
6 replies
NNuxt
Created by magius on 10/1/2024 in #❓・help
Error @nuxtjs/mdc on reload
MDC was created for that he is used behind the curtain by nuxt/content
23 replies
NNuxt
Created by magius on 10/1/2024 in #❓・help
Error @nuxtjs/mdc on reload
remove node module and re install the depency with npm i
23 replies
NNuxt
Created by magius on 10/1/2024 in #❓・help
Error @nuxtjs/mdc on reload
for nuxt/mdc you just need to add this file .npmrc
shamefully-hoist=true
shamefully-hoist=true
23 replies
NNuxt
Created by magius on 10/1/2024 in #❓・help
Error @nuxtjs/mdc on reload
you use nuxt/mdc or nuxt/content ?
23 replies
NNuxt
Created by magius on 10/1/2024 in #❓・help
Error @nuxtjs/mdc on reload
and you can remove the client only it will work
23 replies
NNuxt
Created by magius on 10/1/2024 in #❓・help
Error @nuxtjs/mdc on reload
add a .npmrc file with shamefully-hoist=true
23 replies
NNuxt
Created by magius on 10/1/2024 in #❓・help
Error @nuxtjs/mdc on reload
ok i got the solution without client only
23 replies
NNuxt
Created by magius on 10/1/2024 in #❓・help
Error @nuxtjs/mdc on reload
i think the prob came from the combination with nuxt ui
23 replies
NNuxt
Created by magius on 10/1/2024 in #❓・help
Error @nuxtjs/mdc on reload
i made it work with the reproduction but in my project this still dont work
23 replies
NNuxt
Created by magius on 10/1/2024 in #❓・help
Error @nuxtjs/mdc on reload
No description
23 replies
NNuxt
Created by magius on 10/1/2024 in #❓・help
Error @nuxtjs/mdc on reload
even with ClientOnly still the same bug
23 replies
NNuxt
Created by magius on 10/1/2024 in #❓・help
Error @nuxtjs/mdc on reload
23 replies
NNuxt
Created by ssahillppatell on 8/14/2024 in #❓・help
API testing in Nitro
look at how unjs maintainer test nitro to steal some idea https://github.com/unjs/nitro/blob/v2/test/tests.ts
3 replies
NNuxt
Created by magius on 8/14/2024 in #❓・help
bug custom ui command palette nuxt ui
petit video du bug
3 replies
NNuxt
Created by magius on 8/14/2024 in #❓・help
bug custom ui command palette nuxt ui
const ui = {
wrapper: 'rounded-md border border-muted flex flex-col flex-1 min-h-0 bg-gray-100 dark:bg-gray-900',
container: 'relative flex-1 max-h-[200px] overflow-y-auto divide-y divide-gray-100 dark:divide-gray-800 scroll-py-2',
input: {
wrapper: 'relative flex items-center',
base: 'w-full placeholder-gray-400 dark:placeholder-gray-500 bg-transparent border-0 text-gray-900 dark:text-white focus:ring-0 focus:outline-none',
padding: 'px-4',
height: 'h-12',
size: 'sm:text-sm',
icon: {
base: 'pointer-events-none absolute start-4 text-gray-400 dark:text-gray-500',
loading: 'animate-spin',
size: 'h-5 w-5',
padding: 'ps-11',
},
closeButton: {
base: 'absolute end-4',
padding: 'pe-10',
},
},
group: {
wrapper: 'p-2',
label: 'px-2.5 my-2 text-xs font-semibold text-gray-900 dark:text-white',
container: 'text-sm text-gray-700 dark:text-gray-200 max-h-[100px] overflow-y-auto',
command: {
base: 'flex justify-between select-none items-center rounded-md px-2.5 py-1.5 gap-2 relative',
active: 'bg-gray-100 dark:bg-gray-800 text-gray-900 dark:text-white',
inactive: '',
label: 'flex items-center gap-1.5 min-w-0',
prefix: 'text-gray-400 dark:text-gray-500',
suffix: 'text-gray-400 dark:text-gray-500',
container: 'flex items-center gap-1.5 min-w-0',
disabled: 'opacity-50',
shortcuts: 'hidden md:inline-flex flex-shrink-0 gap-0.5',
},
active: 'flex-shrink-0 text-gray-500 dark:text-gray-400',
inactive: 'flex-shrink-0 text-gray-500 dark:text-gray-400',
},

}
const ui = {
wrapper: 'rounded-md border border-muted flex flex-col flex-1 min-h-0 bg-gray-100 dark:bg-gray-900',
container: 'relative flex-1 max-h-[200px] overflow-y-auto divide-y divide-gray-100 dark:divide-gray-800 scroll-py-2',
input: {
wrapper: 'relative flex items-center',
base: 'w-full placeholder-gray-400 dark:placeholder-gray-500 bg-transparent border-0 text-gray-900 dark:text-white focus:ring-0 focus:outline-none',
padding: 'px-4',
height: 'h-12',
size: 'sm:text-sm',
icon: {
base: 'pointer-events-none absolute start-4 text-gray-400 dark:text-gray-500',
loading: 'animate-spin',
size: 'h-5 w-5',
padding: 'ps-11',
},
closeButton: {
base: 'absolute end-4',
padding: 'pe-10',
},
},
group: {
wrapper: 'p-2',
label: 'px-2.5 my-2 text-xs font-semibold text-gray-900 dark:text-white',
container: 'text-sm text-gray-700 dark:text-gray-200 max-h-[100px] overflow-y-auto',
command: {
base: 'flex justify-between select-none items-center rounded-md px-2.5 py-1.5 gap-2 relative',
active: 'bg-gray-100 dark:bg-gray-800 text-gray-900 dark:text-white',
inactive: '',
label: 'flex items-center gap-1.5 min-w-0',
prefix: 'text-gray-400 dark:text-gray-500',
suffix: 'text-gray-400 dark:text-gray-500',
container: 'flex items-center gap-1.5 min-w-0',
disabled: 'opacity-50',
shortcuts: 'hidden md:inline-flex flex-shrink-0 gap-0.5',
},
active: 'flex-shrink-0 text-gray-500 dark:text-gray-400',
inactive: 'flex-shrink-0 text-gray-500 dark:text-gray-400',
},

}
3 replies
NNuxt
Created by Kotyraw on 6/20/2024 in #❓・help
Issue : Pre-transform error: Missing "#internal/nuxt/paths" specifier in "nuxt" package (x2)
And node module then reinstall everything-> npm run dev
26 replies
NNuxt
Created by Kotyraw on 6/20/2024 in #❓・help
Issue : Pre-transform error: Missing "#internal/nuxt/paths" specifier in "nuxt" package (x2)
Delete the .nuxt folder
26 replies
NNuxt
Created by itmaster on 4/13/2024 in #❓・help
Moving between pages Problem in Nuxt 3.10.03, ssr:false
3 replies
NNuxt
Created by magius on 5/21/2023 in #❓・help
strapi
i dont know what was the cause
6 replies