leamsigc
leamsigc
NNuxt
Created by MassDebates on 11/13/2024 in #❓・help
Nuxt Swiper Example - 4 Visible Slides per view
I try to get the StackBlitz runing but it returned 500 error and body not usable. so it must be some kind of breaking changes for the package it self
13 replies
NNuxt
Created by MassDebates on 11/13/2024 in #❓・help
Nuxt Swiper Example - 4 Visible Slides per view
I think the reason is beacuse swiper js is droping support for React,Vuejs and moving to WebComponents
13 replies
NNuxt
Created by jess on 11/1/2024 in #❓・help
Can I get a recipe for using @nuxt/content with layouts? I'm super confused.
I don't if this help you but currently I'm using Nuxt content in https://github.com/leamsigc/nuxt-better-auth-drizzle And the the layout only is valid if you have the content on document drive mode.
33 replies
NNuxt
Created by kb on 11/8/2024 in #❓・help
Nuxt OG Image works locally but not deployed
It seems to be a issue with the new version of nuxt SEO module it self, and the updated docs are not clear tbh. You can roll back to the previous mayor version and it will work.
10 replies
NNuxt
Created by Nathan on 11/6/2024 in #❓・help
Can't use import from "from '#ui/types' "
Let me try to replicate it locally
30 replies
NNuxt
Created by Nathan on 11/6/2024 in #❓・help
Can't use import from "from '#ui/types' "
So is just the path that is not resolving correctly then.
30 replies
NNuxt
Created by Nathan on 11/6/2024 in #❓・help
Can't use import from "from '#ui/types' "
It should be somewhere there if is installed
30 replies
NNuxt
Created by Nathan on 11/6/2024 in #❓・help
Can't use import from "from '#ui/types' "
Ohh damn, this seems odd then, can you check on the node module folder and check on the nuxt ui folder if the types are there?
30 replies
NNuxt
Created by Nathan on 11/6/2024 in #❓・help
Can't use import from "from '#ui/types' "
This is base on this issue https://github.com/nuxt/ui/issues/2408
30 replies
NNuxt
Created by Nathan on 11/6/2024 in #❓・help
Can't use import from "from '#ui/types' "
Give it a try
30 replies
NNuxt
Created by Nathan on 11/6/2024 in #❓・help
Can't use import from "from '#ui/types' "
It seems like you can import it as well like this import type { Button, ButtonVariant } from '@nuxt/ui/dist/runtime/types'
30 replies
NNuxt
Created by Nathan on 11/6/2024 in #❓・help
Can't use import from "from '#ui/types' "
Can you provide the nuxt config
30 replies
NNuxt
Created by Nathan on 11/6/2024 in #❓・help
Can't use import from "from '#ui/types' "
Or is the ide
30 replies
NNuxt
Created by Nathan on 11/6/2024 in #❓・help
Can't use import from "from '#ui/types' "
So the error is the console when runing the application
30 replies
NNuxt
Created by Nathan on 11/6/2024 in #❓・help
Can't use import from "from '#ui/types' "
Make sense, I haven't play around with nuxt ui so not much that I can recomend tbh, are you using vscode? Sometimes vscode need to a window reload to get the proper types checks
30 replies
NNuxt
Created by Nathan on 11/6/2024 in #❓・help
Can't use import from "from '#ui/types' "
😂
30 replies
NNuxt
Created by Nathan on 11/6/2024 in #❓・help
Can't use import from "from '#ui/types' "
Hey you can make the param as any
30 replies
NNuxt
Created by Nathan on 11/6/2024 in #❓・help
Can't use import from "from '#ui/types' "
Try it and got from there
30 replies
NNuxt
Created by Nathan on 11/6/2024 in #❓・help
Can't use import from "from '#ui/types' "
My fist go on this type of issues is to delete generated .nuxt folder and then run the dev server again
30 replies