Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: make wording slightly clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 18, 2022
1 parent c688e18 commit ebba150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.guide/3.directory-structure/7.layouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Alternatively, you can override the default layout per-page like this:

```vue{}[pages/index.vue]
<script>
// This will also work in `<script setup>`
// This will work in both `<script setup>` and `<script>`
definePageMeta({
layout: "custom",
});
Expand Down

0 comments on commit ebba150

Please sign in to comment.