TOPVERSE_Official/layouts
胡鑫 1d9adc16f1 chore: new 2023-04-23 23:14:52 +08:00
..
README.md Initial commit 2023-04-23 14:19:03 +08:00
default.vue chore: new 2023-04-23 23:14:52 +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