Files
vue3-element-admin/src/App.vue
2021-11-16 23:47:47 +08:00

15 lines
238 B
Vue

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