App.vue 154 B

123456789101112131415
  1. <script>
  2. </script>
  3. <template>
  4. <div id="app">
  5. <router-view />
  6. </div>
  7. </template>
  8. <style scoped>
  9. #app {
  10. width: 100%;
  11. height: 100%;
  12. }
  13. </style>