App.vue 150 B

12345678910111213141516
  1. <template>
  2. <router-view />
  3. </template>
  4. <script>
  5. export default {};
  6. </script>
  7. <style>
  8. html,
  9. body,
  10. #app {
  11. width: 100%;
  12. height: 100%;
  13. }
  14. </style>