mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: use layout
in example of definePageMeta
(#9322)
This commit is contained in:
parent
ab125bd1c5
commit
cbf8976432
@ -9,7 +9,7 @@ title: "definePageMeta"
|
||||
```vue [pages/some-page.vue]
|
||||
<script setup>
|
||||
definePageMeta({
|
||||
title: 'Articles'
|
||||
layout: 'default'
|
||||
})
|
||||
</script>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user