소스 검색

Click to go to post

sbkwgh 8 년 전
부모
커밋
8251e881e4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/routes/UserPosts.vue

+ 1 - 0
src/components/routes/UserPosts.vue

@@ -16,6 +16,7 @@
 				v-for='(post, index) in posts'
 				:post='post'
 				:show-thread='true'
+				:click-for-post='true'
 				:class='{"post--last": index === posts.length-1}'
 			></thread-post>
 			<thread-post-placeholder