docs: use layout in example of definePageMeta (#9322)

This commit is contained in:
falko-apheris 2022-11-25 14:30:57 +01:00 committed by GitHub
parent ab125bd1c5
commit cbf8976432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ title: "definePageMeta"
```vue [pages/some-page.vue]
<script setup>
definePageMeta({
title: 'Articles'
layout: 'default'
})
</script>
```