0👍
This works for me – on landing page (index) you get redirected to your /info/1
dynamic route. Is this what you want?
https://codesandbox.io/embed/codesandboxnuxt-vvbrt
The only thing I’ve done was wrapping your dynamic route in <no-ssr>
tag to get rid of an error. Your component is not compatible with SSR.
Source:stackexchange.com