App.vue 140 B

123456789101112
  1. <script setup lang="ts">
  2. </script>
  3. <template>
  4. <router-view />
  5. </template>
  6. <style lang="scss">
  7. #app {
  8. @apply w-full h-full;
  9. }
  10. </style>