forked from LaconicNetwork/cosmos-explorer
finish blocks
This commit is contained in:
@@ -111,6 +111,20 @@ const router = new VueRouter({
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/:chain/blocks',
|
||||
name: 'blocks',
|
||||
component: () => import('@/views/Blocks.vue'),
|
||||
meta: {
|
||||
pageTitle: 'Block',
|
||||
breadcrumb: [
|
||||
{
|
||||
text: 'Blocks',
|
||||
active: true,
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/:chain/block/:height',
|
||||
name: 'block',
|
||||
|
||||
Reference in New Issue
Block a user