forked from cerc-io/cosmos-explorer
improve UX
This commit is contained in:
parent
e34a82402f
commit
deda622125
@ -73,9 +73,9 @@ export default {
|
||||
},
|
||||
created() {
|
||||
// const api = new OsmosAPI()
|
||||
this.$http.getOsmosisIncentivesPools().then(res => {
|
||||
console.log(res)
|
||||
})
|
||||
// this.$http.getOsmosisIncentivesPools().then(res => {
|
||||
// // console.log(res)
|
||||
// })
|
||||
// this.$http.getGravityPools().then(res => {
|
||||
// this.pools = res
|
||||
// res.pools.forEach(x => {
|
||||
|
@ -44,7 +44,10 @@
|
||||
class="mb-3"
|
||||
/>
|
||||
</b-col>
|
||||
<b-col md="8">
|
||||
<b-col
|
||||
md="8"
|
||||
class="d-none d-md-block"
|
||||
>
|
||||
<chartjs-component-bar
|
||||
:height="135.0"
|
||||
:chart-data="calculateChartBar"
|
||||
|
Loading…
Reference in New Issue
Block a user