App.vue 138 B

12345678910111213
  1. <template>
  2. <div id="app">
  3. <router-view/>
  4. </div>
  5. </template>
  6. <style lang="less">
  7. #app {
  8. width: 100%;
  9. height: 100vh;
  10. }
  11. </style>