mirror of https://github.com/halo-dev/halo-admin
Fix comment tab bug
parent
ed5af44840
commit
682b2bb611
|
@ -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