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