mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 21:58:19 +00:00
docs: add missing comma (#19791)
This commit is contained in:
parent
4fecf2cc25
commit
9e67e57efd
@ -269,7 +269,7 @@ definePageMeta({
|
|||||||
```vue [pages/some-page.vue]
|
```vue [pages/some-page.vue]
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
definePageMeta({
|
definePageMeta({
|
||||||
pageTransition: false
|
pageTransition: false,
|
||||||
layoutTransition: false
|
layoutTransition: false
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user