Wicker
Wicker
NNuxt
Created by vinum? on 4/3/2024 in #❓・help
Make `useRoute()` update in layout
Assuming it would look like this, i cant really answer you if i dont have the whole picture
const route = computed(()=>{
return useRoute().params.site
})
const route = computed(()=>{
return useRoute().params.site
})
15 replies