App.vue 111 B

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