feat: send

This commit is contained in:
Alisa | Side.one 2023-05-16 18:18:46 +08:00
parent aa10275ee0
commit fa1758b5ba

View File

@ -316,6 +316,7 @@ const color = computed(() => {
</td> </td>
<td>{{ format.formatToken(item?.balance) }}</td> <td>{{ format.formatToken(item?.balance) }}</td>
<td> <td>
{{ item }}
{{ {{
format.formatToken({ format.formatToken({
denom: item?.balance?.denom, denom: item?.balance?.denom,
@ -343,7 +344,7 @@ const color = computed(() => {
</div> </div>
<div class="grid grid-cols-3 gap-4 px-4 pb-6 mt-4"> <div class="grid grid-cols-3 gap-4 px-4 pb-6 mt-4">
<button class="btn btn-success text-white">Send</button> <label for="send" class="btn btn-success text-white">Send</label>
<RouterLink to="/wallet/receive" class="btn btn-info text-white" <RouterLink to="/wallet/receive" class="btn btn-info text-white"
>Receive</RouterLink >Receive</RouterLink
> >