Home

Issue: 2693

How to use a same component for two or multiple routes / pages?

[issue link]

I wanted to use the same component for both /signup and /signin route.

The reason is because the component looks something like this pen, and I would like when the use clicks signin or signup, the url changes to /signin and /signup accordingly, with the transition animation.

How can I do this with nuxt? It would be awesome to achieve this without the router-module, am I missing something?

This question is available on Nuxt.js community (#c2341)