CEES-H5-New/src/App.vue

14 lines
262 B
Vue
Raw Normal View History

2025-03-19 13:15:34 +08:00
<template>
<router-view />
</template>
<script setup lang="ts"></script>
<style>
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #2c3e50;
}
</style>