Ulrich
Ulrich
NNuxt
Created by Ulrich on 8/5/2024 in #❓・help
Multiple Alias and Route navigation in Nuxt 3
Hello, I have a /search page that help user to find items base on some filter. I also have three pages /location, /meuble and /vente , same HTML structure as /search but with just some hidden things depending of the page. I used alias in /search for this three pages , but when i am on one of this pages and i want to go on another, nuxt-link doesn't trigger navigation saying i'm already on that page.
definePageMeta({
layout: 'with-banner',
alias: ['/location','/vente','/meuble'],
key: route => route.fullPath
})
definePageMeta({
layout: 'with-banner',
alias: ['/location','/vente','/meuble'],
key: route => route.fullPath
})
How to force navigation when navigating between these pages ? 🤔
3 replies
NNuxt
Created by Ulrich on 7/14/2024 in #❓・help
Typescript and Nuxt 3
No description
1 replies
NNuxt
Created by Ulrich on 6/1/2024 in #❓・help
Named Slot doesn't work in Layout
No description
2 replies
NNuxt
Created by Ulrich on 6/1/2024 in #❓・help
Nuxt Layout with named slot
No description
14 replies
NNuxt
Created by Ulrich on 5/6/2024 in #❓・help
Nuxt UI + Nuxt Tailwind modules result in error
No description
5 replies
NNuxt
Created by Ulrich on 5/5/2024 in #❓・help
Thread issue
No description
7 replies
NNuxt
Created by Ulrich on 2/3/2023 in #❓・help
Add UIkit in Nuxt 3
Hello Everybody Did somebody have try to integrate css Framework UIkit in Nuxt3 projet ? Thanks
5 replies