aakashthapa
Nuxt UI table expanded event
I am working with Nuxt UI Table component, I am using the expandable feature and I want to call an API to get the details when I click the expand button. Is there any event that is provided by the Nuxt UI Table that I can listen to?
2 replies
Trailing slash is being removed from URL once refreshed
I have enabled trailingSlash: 'append' in Nuxt Link. It works as expected with all links having a trailing slash. When I navigate to a certain route it does have a trailing slash but when I refresh the page, the trailing slash is removed.
Have you guys faced this issue in Nuxt 3 or this is a redirect issue?
Thanks is advance.
9 replies
Server error while running preview command (Cannot find module .output\server\index.mjs)
I ran "npm run generate" to generate the static site but it does not create the ".output\server\index.mjs" file. So I cannot preview the generated site. Is there something that I am missing while generating the site?
1 replies