You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
260 B

2 years ago
  1. <template>
  2. <div id="app">
  3. <!-- <nav>
  4. <router-link to="/">Home</router-link> |
  5. <router-link to="/about">About</router-link>
  6. </nav> -->
  7. <router-view />
  8. </div>
  9. </template>
  10. <style lang="scss">
  11. *{
  12. margin: 0;
  13. padding: 0;
  14. }
  15. </style>