feat:简单Layout布局

This commit is contained in:
有来技术
2021-11-16 23:47:47 +08:00
parent 225fdd0175
commit 44e487bb97
6 changed files with 148 additions and 72 deletions

View File

@@ -1,6 +1,5 @@
<template>
<img alt="Vue logo" src="./assets/logo.png" />
<router-view/>
</template>
@@ -11,6 +10,5 @@
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}
</style>