Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
Fix progress-circular
Browse files Browse the repository at this point in the history
  • Loading branch information
atmoner committed Oct 22, 2022
1 parent a0532c4 commit 9edfdbf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<td>{{ p.item.name }}</td>
<td>{{ p.item.COSMOS_WALLET }}</td>
<td>
<v-progress-circular :value="20"></v-progress-circular>
<!--<v-progress-circular :value="20"></v-progress-circular>-->
{{ p.item.COSMOS_TIMER_UI }} ({{ p.item.COSMOS_LAST_UPDATE }})</td>
<td>
<img
Expand Down Expand Up @@ -310,12 +310,6 @@
</v-card>
</v-col>
</v-row>






</v-col>
</v-row>
</template>
Expand Down

0 comments on commit 9edfdbf

Please sign in to comment.