# Context

This component will do several necessities:

  • Load the common-translations (via the /i18n-call)
  • Checks if the authToken exists, otherwise you will be redirected to the login-route.
  • Uses the Nuxt-component (opens new window) to display the current route

Be aware!

The <Nuxt>-component can only be used in the layout-folder.

Read more about the Nuxt-component (opens new window)