mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-12 04:06:37 +08:00
feat: 基础设施搭建
This commit is contained in:
21
Yi.Watermelon.Vue3/src/layout/Index.vue
Normal file
21
Yi.Watermelon.Vue3/src/layout/Index.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="body">
|
||||
<div class="head"></div>
|
||||
<div class="content">
|
||||
<router-view></router-view>
|
||||
<router-view name="market"></router-view>
|
||||
</div>
|
||||
<div class="bottom"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.body{
|
||||
display: flex;
|
||||
background-color: #cdcdcd;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user