Layouts

Using layouts to show different ways to structure your page


In this example:

  • layouts/default.vue is used in the home page as no layout property is defined
  • layouts/auth.vue is used in the /login page with the layout property set to 'auth'
  • layouts/profile.vue is used in the /profile page the layout property set to 'profile'
Loading Sandbox...
Editer cette page sur GitHub Mise à jour le Mon, July 12, 2021