首页初始化

This commit is contained in:
熊丽君
2021-08-02 14:40:12 +08:00
parent fa85ca8a08
commit af3e7ee763
11 changed files with 415 additions and 113 deletions

View File

@ -5,7 +5,13 @@
</template>
<script>
export default {
name: 'App'
}
export default {
name: 'App'
};
</script>
<style lang="scss">
.content {
width: 1400px;
margin: 0 auto;
}
</style>