tooltip for edited
This commit is contained in:
parent
a3435bf1c9
commit
8b611a175e
|
@ -23,9 +23,11 @@
|
|||
:time="note.updatedAt"
|
||||
mode="none"
|
||||
>
|
||||
(<i class="ph-pencil-line ph-bold"></i>
|
||||
{{ i18n.ts.edited }})</MkTime
|
||||
>
|
||||
<i
|
||||
v-tooltip.noDelay="i18n.ts.edited"
|
||||
class="ph-pencil-line ph-bold"
|
||||
></i>
|
||||
</MkTime>
|
||||
</MkA>
|
||||
<MkVisibility :note="note" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue