index.vue 146 B

12345678910
  1. <template>
  2. <router-view></router-view>
  3. </template>
  4. <style lang="less">
  5. body {
  6. overflow: hidden;
  7. background-color: #F5F5F5;
  8. }
  9. </style>