App.vue 191 B

123456789101112131415
  1. <template>
  2. <div id="app">
  3. <Router-view/>
  4. </div>
  5. </template>
  6. <style lang='less' scoped>
  7. #app{
  8. width: 100%;
  9. // height: 100vh;
  10. min-width: 1900px;
  11. min-height: 900px;
  12. }
  13. </style>