Files
aida_front/src/App.vue
2023-01-06 16:00:15 +08:00

12 lines
197 B
Vue

<template>
<router-view/>
</template>
<style>
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style>