我的收藏笔记tab

This commit is contained in:
zhaofang
2022-10-18 15:10:36 +08:00
parent e5ffb85bc4
commit c06abdab67
9 changed files with 191 additions and 15 deletions

View File

@@ -21,7 +21,7 @@
<router-link :to="'/case/detail?id='+item.cases.id" > {{item.cases.summary}}</router-link>
</div>
<div>
<interactBar :type="3" :readonly="true" :data="items" :views="false" :shares="false"></interactBar>
<interactBar :type="3" :readonly="true" :data="item" :views="false" :shares="false"></interactBar>
</div>