mcwl-pc/app/layouts
shenhan000 c834785678 添加网信算备号 2025-05-20 16:43:36 +08:00
..
README.md update 2025-01-17 17:28:08 +08:00
default.vue 添加网信算备号 2025-05-20 16:43:36 +08:00
header.vue update 2025-02-02 21:18:39 +08:00
home.vue update 2025-02-02 21:18:39 +08:00
planet.vue update 2025-04-26 13:16:49 +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