IcyFoxer
IcyFoxer
Explore posts from servers
NNuxt
Created by Sloth on 6/29/2024 in #❓・help
weird issue with my components not lining up
Remove your br and see how it looks. This is more of a css issue
8 replies
NNuxt
Created by ParadoxLector on 6/3/2024 in #❓・help
Posting using $fetch
Maybe try to add an additional headers "Accept" : "application/json"
8 replies
NNuxt
Created by _castro on 4/30/2024 in #❓・help
NuxtImg not displaying image
Save those images in public folder instead
2 replies
NNuxt
Created by Preyash on 4/6/2024 in #❓・help
Is that possible to fetch data on delete item without manually calling fetchData?
Move your useFetch out of the function and put it in the setup scope. Set the params to immediate: false for useFetch. When u wan to make the api call. U can use useFetchVariable.execute()
2 replies