布局

源码
此示例展示如何定义默认布局和自定义布局。
index.vue
Open docs
<template>
  <h2>Welcome to Layouts example</h2>
</template>
https://layouts.example.nuxt.space
Docs > Getting Started > Views#layouts 中查看详情
Docs > Guide > Directory Structure > Layouts 中查看详情