diff --git a/docs/7.migration/6.pages-and-layouts.md b/docs/7.migration/6.pages-and-layouts.md index 0baf3dd849..d35514a228 100644 --- a/docs/7.migration/6.pages-and-layouts.md +++ b/docs/7.migration/6.pages-and-layouts.md @@ -44,10 +44,11 @@ You will also need to change how you define the layout used by a page using the ``` 2. Use [`definePageMeta`](/docs/api/utils/define-page-meta) to select the layout used by your page. ```diff [pages/index.vue] -