79361875

Date: 2025-01-16 14:05:59
Score: 1.5
Natty:
Report link

Looks like you are trying a Modal view. If use it in a router is mandatory, the suggestion above is a good way...

On your router you'll need to set the path with something like '/list/create' and redirect it to your ProjectList.vue.. Inside them you could set a computed pointing to the route to check if you are in the /list/create and add an v-if at the Create component that should be displayed as a modal.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Fagner Araujo