Skip to content

Commit a89fe39

Browse files
authored
Merge pull request #302 from Jinvic/dev
添加详情按钮进入详情页
2 parents af2abf3 + c122f2d commit a89fe39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

front/components/Memo.vue

+4
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@
9090
<div>评论</div>
9191
</div>
9292
</template>
93+
<div class="flex flex-row gap-1 cursor-pointer items-center px-4" @click="navigateTo(`/memo/${item.id}`)">
94+
<UIcon name="i-carbon-view"/>
95+
<div>详情</div>
96+
</div>
9397
</div>
9498
</div>
9599
<template>

0 commit comments

Comments
 (0)