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