Nuxt - Reuse Page Components
A tutorial on how to reuse the same page component on different route with Nuxt.
Common example is Create and Edit form page being the same.
A tutorial on how to reuse the same page component on different route with Nuxt.
Common example is Create and Edit form page being the same.
The component you need looks perfect but you need a tiny bit of changes and forking is overkill for the task. What do you do instead?
Sometimes on some libraries you find yourself setting the same props to the same values over and over again but this can be solved by setting defaults.