Layouts
Using layouts to show different ways to structure your page
In this example:
-
layouts/default.vueis used in the home page as no layout property is defined -
layouts/auth.vueis used in the /login page with thelayoutproperty set to 'auth' -
layouts/profile.vueis used in the /profile page thelayoutproperty set to 'profile'
Loading Sandbox...
Edit this page on GitHub
Updated at Mon, Jul 12, 2021