JinZHouXiYiJi_DaPin/src/App.vue

22 lines
311 B
Vue
Raw Normal View History

2023-11-27 17:22:37 +08:00
<template>
<div id="app">
<router-view />
</div>
</template>
<script>
</script>
<style lang="less">
#app {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #2c3e50;
width: 100%;
height: 100%;
}
</style>