...

/

Solution: Configure Layouts for a Dashboard Site

Solution: Configure Layouts for a Dashboard Site

Here’s the solution for how to configure layouts for a dashboard site.

We'll cover the following...

Solution

Your task was to add routes for the dashboard and login pages and to modify the src/layout/Layout.vue component to provide a layout component based on the meta.layout value specified in the routes. Here are the changes required:

For ...