App.vue 188 B

1234567891011121314151617
  1. <template>
  2. <router-view />
  3. </template>
  4. <style lang="less">
  5. html,
  6. body {
  7. padding: 0 0;
  8. margin: 0 0;
  9. width: 100%;
  10. height: 100%;
  11. }
  12. #app {
  13. width: 100%;
  14. height: 100%;
  15. }
  16. </style>