mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
14 lines
297 B
Markdown
14 lines
297 B
Markdown
|
---
|
||
|
template: Example
|
||
|
---
|
||
|
|
||
|
# Layouts
|
||
|
|
||
|
This example shows how to define default and custom layouts.
|
||
|
|
||
|
::alert{type=info icon=👉}
|
||
|
Learn more about [layouts](/docs/directory-structure/layouts).
|
||
|
::
|
||
|
|
||
|
::sandbox{repo="nuxt/framework" branch="main" dir="examples/routing/layouts" file="pages/index.vue"}
|