app.vue 139 B

123456789101112
  1. <template>
  2. <div id="top" />
  3. <LayoutNavigation />
  4. <nuxt-page />
  5. <LayoutFooter />
  6. </template>
  7. <script setup lang="ts">
  8. </script>