辅助加样
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
195 B

7 months ago
7 months ago
7 months ago
7 months ago
  1. <script setup lang="ts">
  2. </script>
  3. <template>
  4. <div>
  5. <router-view></router-view>
  6. </div>
  7. </template>
  8. <style>
  9. html,
  10. body {
  11. margin: 0;
  12. padding: 0;
  13. box-sizing: border-box;
  14. }
  15. </style>