docs: make wording slightly clearer (#6740)

This commit is contained in:
Daniel Roe 2022-08-18 10:40:24 +02:00 committed by GitHub
parent 504e19ab39
commit 9ef2709159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ Alternatively, you can override the default layout per-page like this:
```vue{}[pages/index.vue]
<script>
// This will also work in `<script setup>`
// This will work in both `<script setup>` and `<script>`
definePageMeta({
layout: "custom",
});