App.vue 246 B

1234567891011121314
  1. <script setup lang="ts">
  2. </script>
  3. <template>
  4. <router-view></router-view>
  5. </template>
  6. <style>
  7. #app {
  8. font-family: Avenir, Helvetica, Arial, sans-serif;
  9. -webkit-font-smoothing: antialiased;
  10. -moz-osx-font-smoothing: grayscale;
  11. }
  12. </style>