mirror of
https://github.com/elk-zone/elk.git
synced 2024-12-04 04:22:34 +03:00
Adding tooltip
This commit is contained in:
parent
23ba49f33e
commit
0aafcd8357
1 changed files with 7 additions and 6 deletions
|
@ -118,12 +118,13 @@ const reply = () => {
|
|||
/>
|
||||
</div>
|
||||
|
||||
<div
|
||||
v-if="status.localOnly"
|
||||
class="i-ri:link-unlink-m local-only"
|
||||
flex-none
|
||||
text-secondary
|
||||
/>
|
||||
<CommonTooltip v-if="status.localOnly" :content="$t('action.local_only')" placement="bottom">
|
||||
<div
|
||||
class="i-ri:link-unlink-m local-only"
|
||||
flex-none
|
||||
text-secondary
|
||||
/>
|
||||
</CommonTooltip>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in a new issue