Importing and Using Components in Nuxt 3

Originally published at: Importing and Using Components in Nuxt 3 - Server Side Up

When we migrated ROAST from Nuxt 2 to Nuxt 3, we had to review how we imported components. In Nuxt 2, we had to explicitly import the component into a page, layout, or parent component. In Nuxt 3, components are auto-imported. With later versions of Nuxt 2, you could have done this through the components…