mirror of https://github.com/halo-dev/halo
Fix comment tab bug
parent
a87befbaf7
commit
5640b6084f
|
@ -127,7 +127,7 @@
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>{{ post.title }}</a>
|
>{{ post.title }}</a>
|
||||||
<a
|
<a
|
||||||
v-else
|
v-if="type === 'sheets'"
|
||||||
slot="sheet"
|
slot="sheet"
|
||||||
slot-scope="sheet"
|
slot-scope="sheet"
|
||||||
:href="options.blog_url+'/s/'+sheet.url"
|
:href="options.blog_url+'/s/'+sheet.url"
|
||||||
|
|
Loading…
Reference in New Issue