add mouseover title to hashbadge

feat/vaults
Tomáš Mládek 2021-03-22 23:07:19 +01:00
parent 5d656bc2f7
commit fc08a6578c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="hash-badge">
<canvas ref="canvas" :width="width" height="3" />
<canvas ref="canvas" :width="width" height="3" :title="address" />
</div>
</template>