Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
/frameworkPublic archive
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/2.guide/3.directory-structure/7.layouts.md
Original file line numberDiff line numberDiff 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