TOPVERSE_Official/layouts
huxin b5b00c5986 chore: 翻译适配,主题适配 2023-05-04 00:47:08 +08:00
..
README.md Initial commit 2023-04-23 14:19:03 +08:00
default.vue chore: 翻译适配,主题适配 2023-05-04 00:47:08 +08:00
home.vue Initial commit 2023-04-23 14:19:03 +08:00

README.md

Layouts

Vue components in this dir are used as layouts.

By default, default.vue will be used unless an alternative is specified in the route meta.

<script setup lang="ts">
definePageMeta({
  layout: 'home',
})
</script>

Learn more on https://nuxt.com/docs/guide/directory-structure/layouts