clay commit : 第一阶段完成

This commit is contained in:
clay
2022-09-25 16:49:23 +08:00
parent ff86578e8a
commit 62ba7e59c8
40 changed files with 75 additions and 52 deletions

View File

@@ -18,7 +18,11 @@
</el-col>
<el-row>
<el-col class="text" :offset="1" :span="23">
<div v-for="(item,index) in chile.children" :key="index">{{ item.name }}</div>
<div v-for="(item,index) in chile.children" :key="index">
<a style="text-decoration: none" :href="item.link">
{{ item.name }}
</a>
</div>
</el-col>
</el-row>
</el-row>