Skip to content

Commit

Permalink
帖子列表点击摘要也能进入详情
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbbbbbbbbbbba committed Jan 25, 2021
1 parent 9f54fad commit 9a27d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/components/topic/TopicList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<h1 class="topic-title">
<a :href="'/topic/' + topic.topicId">{{ topic.title }}</a>
</h1>
<div class="topic-summary">
<a :href="'/topic/' + topic.topicId" class="topic-summary">
{{ topic.summary }}
</div>
</a>
</template>
<template v-if="topic.type === 1">
<a
Expand Down

0 comments on commit 9a27d28

Please sign in to comment.