App.vue 111 B

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