How to fix nuxt redirect to homepage on hard refresh and direct access to any page?
Steps to reproduce
Navigation via links work perfectly, but if you tried to access any page directly or refresh any page it will redirect you to home page.
Nuxt 3 / Nuxt UI / Vuedraggable – Is it possible to reorder table rows in using Vuedraggable?
I need to create a table with the possibility of reordering items via drag&drop but no idea if that’s possible. I am using many v-slots to adjust the styling and content.