rxsto
rxsto
NNuxt
Created by rxsto on 6/4/2024 in #❓・help
How should I use components as values in objects?
thanks guys, will try a few of your ideas!
9 replies
NNuxt
Created by rxsto on 6/4/2024 in #❓・help
How should I use components as values in objects?
this is about the current state the project is in: https://stackblitz.com/edit/github-qacn3f
9 replies
NNuxt
Created by rxsto on 6/4/2024 in #❓・help
How should I use components as values in objects?
i can create a small example repo, yes
9 replies
NNuxt
Created by Medim on 4/11/2024 in #❓・help
How can I setup this font using nuxt/fonts
https://github.com/nuxt/fonts?tab=readme-ov-file#local As you can read here, nuxt/fonts tries to find fonts mentioned in font-family in your public folder, but it requires a certain naming scheme to work. You'd have to rename and reorder your font files for them to be properly analyzed.
8 replies
NNuxt
Created by rxsto on 4/10/2024 in #❓・help
Dynamic server routes not working
Not entirely sure why this happens, it feels like this should not be the case.
11 replies
NNuxt
Created by rxsto on 4/10/2024 in #❓・help
Dynamic server routes not working
moving out the index route and naming it the same as the directory it was supposed to route to fixes this issue.
11 replies
NNuxt
Created by rxsto on 4/10/2024 in #❓・help
Dynamic server routes not working
No description
11 replies
NNuxt
Created by rxsto on 4/10/2024 in #❓・help
Dynamic server routes not working
No description
11 replies
NNuxt
Created by rxsto on 4/10/2024 in #❓・help
Dynamic server routes not working
Alright, I now narrowed the issue down to both partially dynamic routes (which I fortunately don't need) and index routes, everything else seems to be working fine.
11 replies
NNuxt
Created by rxsto on 4/10/2024 in #❓・help
Dynamic server routes not working
Partially dynamic routes are seemingly not possible (https://github.com/nuxt/nuxt/discussions/20863) either as far as i can tell from this issue? So is the routing capability inside of the server/api folder limited to just one fully dynamic part in the path?
11 replies
NNuxt
Created by Giuliopime on 4/10/2024 in #❓・help
How to get previous route from inside a page?
as in
useRouter().options.history.state.back
useRouter().options.history.state.back
9 replies
NNuxt
Created by Giuliopime on 4/10/2024 in #❓・help
How to get previous route from inside a page?
it'll have the value .back, containing the previous route
9 replies
NNuxt
Created by Giuliopime on 4/10/2024 in #❓・help
How to get previous route from inside a page?
9 replies