vite-start/src/App.vue
taolin 71426b5734
Some checks reported errors
continuous-integration/drone/push Build encountered an error
fix: px
2022-07-22 16:08:29 +08:00

18 lines
334 B
Vue

<script lang="ts">
import { defineComponent } from "vue";
export default defineComponent({});
</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;
color: #2c3e50;
}
</style>