forked from cerc-io/cosmos-explorer
fix
This commit is contained in:
parent
edb48bc4c4
commit
95a099445d
@ -360,7 +360,6 @@ const router = new VueRouter({
|
|||||||
|
|
||||||
router.beforeEach((to, from, next) => {
|
router.beforeEach((to, from, next) => {
|
||||||
const c = to.params.chain
|
const c = to.params.chain
|
||||||
console.log(Vue.prototype)
|
|
||||||
if (c) {
|
if (c) {
|
||||||
store.commit('select', { chain_name: c })
|
store.commit('select', { chain_name: c })
|
||||||
store.dispatch('chains/getAllIBCDenoms', Vue.prototype)
|
store.dispatch('chains/getAllIBCDenoms', Vue.prototype)
|
||||||
|
Loading…
Reference in New Issue
Block a user