mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 10:04:05 +00:00
1a7b570c82
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
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"}
|