mirror of
https://github.com/elk-zone/elk
synced 2024-11-28 06:48:14 +09:00
.. | ||
default.vue | ||
home.vue | ||
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://v3.nuxtjs.org/guide/directory-structure/layouts