Add tooltip for home link.

pull/35/head
ruibaby 2019-07-20 01:52:37 +08:00
parent cbe48c5481
commit afd18fa5f6
1 changed files with 8 additions and 3 deletions

View File

@ -3,10 +3,15 @@
<a <a
:href="options.blog_url" :href="options.blog_url"
target="_blank" target="_blank"
>
<a-tooltip
placement="bottom"
title="点击跳转到首页"
> >
<span class="action"> <span class="action">
<a-icon type="link" /> <a-icon type="link" />
</span> </span>
</a-tooltip>
</a> </a>
<a <a
href="javascript:void(0)" href="javascript:void(0)"