mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +00:00
docs: make wording slightly clearer (#6740)
This commit is contained in:
parent
504e19ab39
commit
9ef2709159
@ -70,7 +70,7 @@ Alternatively, you can override the default layout per-page like this:
|
|||||||
|
|
||||||
```vue{}[pages/index.vue]
|
```vue{}[pages/index.vue]
|
||||||
<script>
|
<script>
|
||||||
// This will also work in `<script setup>`
|
// This will work in both `<script setup>` and `<script>`
|
||||||
definePageMeta({
|
definePageMeta({
|
||||||
layout: "custom",
|
layout: "custom",
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user