app.vue 119 B

12345678910
  1. <template>
  2. <LayoutNavigation />
  3. <nuxt-page />
  4. <LayoutFooter />
  5. </template>
  6. <script setup lang="ts">
  7. </script>