Get a year access to Vue Mastery with 40% off
In this lesson, we’ll learn about the Layout system of Nuxt.js and create a navigation bar as part of the app layout.
If you take a look at app.vue:
📄 /app.vue
<template> <div class="layout"> <NuxtPage /> </div> </template> <s