You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
360 B

4 months ago
<template>
4 months ago
<router-view />
4 months ago
</template>
<script>
export default {
4 months ago
name: 'App'
4 months ago
}
</script>
<style>
#app {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
4 months ago
//font-family: 'Noto Serif SC', "SimSun", "宋体", serif;
font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
4 months ago
}
4 months ago
</style>