Aleksandar Brkić
Aleksandar Brkić
NNuxt
Created by Aleksandar Brkić on 5/27/2024 in #❓・help
Unknown order of nested routes
Yep, getting the params is not a problem... Just ordering them around and redirecting based on the filters is a pain... When you add translated routes to it, it becomes too cumbersome. Was hoping there was a file based solution to this...
7 replies
NNuxt
Created by Aleksandar Brkić on 5/27/2024 in #❓・help
Unknown order of nested routes
Yes, this is the current situation. However this is far from optimal, since it is hard to distinguish them 'object-wise'... It will also have translations, so checking for 'time' on 3 languages etc will feel like century old code... Was wondering if there was some wiser solution to this, would have thought someone made a 'filters url' thingy by now...
7 replies
NNuxt
Created by Aleksandar Brkić on 5/27/2024 in #❓・help
Unknown order of nested routes
Yes, but unfortunately i need to do it like in the original question per SEO requirements...
7 replies
NNuxt
Created by Aleksandar Brkić on 4/26/2024 in #❓・help
Dynamic nested pages
the approach is defined in the post title.
9 replies
NNuxt
Created by Aleksandar Brkić on 4/26/2024 in #❓・help
Dynamic nested pages
No, unfortunately. There wouldn't be a problem with that 😄
9 replies
NNuxt
Created by Aleksandar Brkić on 4/26/2024 in #❓・help
Dynamic nested pages
/list has a list component that filters the array from pinia based on the route params eg filterX and filterY
9 replies
NNuxt
Created by Aleksandar Brkić on 4/10/2024 in #❓・help
Event name from variable
the above fires the correct event, just wondering how to get rid of that ts error
3 replies