TOPVERSE_Official/layouts
AaronHux 6839fe8a29
Initial commit
2023-04-23 14:19:03 +08:00
..
README.md Initial commit 2023-04-23 14:19:03 +08:00
default.vue Initial commit 2023-04-23 14:19:03 +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