-
Notifications
You must be signed in to change notification settings - Fork 6
Utilize <NuxtLink> wherever appropiate #31
Copy link
Copy link
Open
Labels
frontendEverything related the FE part of the applicationEverything related the FE part of the applicationgood first issueGood for newcomersGood for newcomersrefactorTackles existing code with a new implementationTackles existing code with a new implementation
Milestone
Metadata
Metadata
Assignees
Labels
frontendEverything related the FE part of the applicationEverything related the FE part of the applicationgood first issueGood for newcomersGood for newcomersrefactorTackles existing code with a new implementationTackles existing code with a new implementation
Type
Fields
Give feedbackNo fields configured for Task.
Describe the feature
Nuxt has a built-in component called
<NuxtLink>which handles internal and external URLs by itself. We should utilize it whenever possible.See for example our
components/Footercomponent were the component could be implemented multiple times.Additional information
Final checks