1234567891011121314 |
- <script setup lang="ts">
- </script>
- <template>
- <router-view></router-view>
- </template>
- <style>
- #app {
- font-family: Avenir, Helvetica, Arial, sans-serif;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- </style>
|