clay commit : 第一阶段完成
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user