1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-10-03 01:09:57 +01:00
elk/layouts
2022-11-13 13:34:43 +08:00
..
default.vue chore: init 2022-11-13 13:34:43 +08:00
home.vue chore: init 2022-11-13 13:34:43 +08:00
README.md chore: init 2022-11-13 13:34:43 +08:00

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