App.vue 163 B

12345678910111213
  1. <template>
  2. <div id="app">
  3. <Router-view />
  4. </div>
  5. </template>
  6. <style lang="less">
  7. #app {
  8. max-width: 500px;
  9. margin: 0 auto;
  10. height: 100vh;
  11. }
  12. </style>