docs: add missing comma (#19791)

This commit is contained in:
Kuizuo 2023-03-19 04:38:55 +08:00 committed by GitHub
parent 4fecf2cc25
commit 9e67e57efd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ definePageMeta({
```vue [pages/some-page.vue]
<script setup lang="ts">
definePageMeta({
pageTransition: false
pageTransition: false,
layoutTransition: false
})
</script>