Files
aida_front/src/App.vue

12 lines
197 B
Vue
Raw Normal View History

2023-01-06 16:00:15 +08:00
<template>
<router-view/>
</template>
<style>
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style>