Browse Source

Fix comment tab bug

pull/34/head
johnniang 5 years ago
parent
commit
682b2bb611
  1. 2
      src/views/comment/components/CommentTab.vue

2
src/views/comment/components/CommentTab.vue

@ -127,7 +127,7 @@
target="_blank"
>{{ post.title }}</a>
<a
v-else
v-if="type === 'sheets'"
slot="sheet"
slot-scope="sheet"
:href="options.blog_url+'/s/'+sheet.url"

Loading…
Cancel
Save