mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +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]
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
pageTransition: false
|
||||
pageTransition: false,
|
||||
layoutTransition: false
|
||||
})
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user