1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

删掉部分多于代码,添加404页面,添加normalize.css

This commit is contained in:
2022-10-21 17:23:47 +08:00
parent 1e62457bc5
commit 64de405175
6 changed files with 68 additions and 78 deletions

View File

@@ -4,7 +4,7 @@
<router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link>
</nav>
<router-view/>
<router-view />
</template>
<script>
@@ -25,12 +25,9 @@ export default {
</script>
<style>
@import 'normalize.css/normalize.css';
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}
</style>