1
0

app.vue 167 B

123456789101112131415
  1. <script setup></script>
  2. <template>
  3. <TheExperience />
  4. </template>
  5. <style>
  6. html,
  7. body,
  8. #__nuxt {
  9. margin: 0;
  10. padding: 0;
  11. height: 100%;
  12. width: 100%;
  13. }
  14. </style>