App.vue
287 Bytes
<template>
<div id="app">
<router-view/>
</div>
</template>
<style lang="scss">
#app {
font-family: "Helvetica Neue", Arial, "PingFang SC", STHeiti, "Microsoft YaHei", SimHei, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style>