Get a year at 50% off with our Holiday Discount
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