App.vue 126 B

1234567891011121314
  1. <template>
  2. <router-view></router-view>
  3. </template>
  4. <script>
  5. </script>
  6. <style>
  7. body{
  8. margin: 0;
  9. padding: 0;
  10. }
  11. </style>