add markdown. myvotes.

This commit is contained in:
liangping
2022-04-21 22:13:35 +08:00
parent 6b31a47969
commit cfbb98c9f6
10 changed files with 461 additions and 23 deletions
+16
View File
@@ -101,6 +101,22 @@ const router = new VueRouter({
],
},
},
{
path: '/wallet/votes',
name: 'myVotes',
component: () => import('@/views/WalletVotes.vue'),
meta: {
pageTitle: 'My Votes',
breadcrumb: [
{
text: 'Wallet',
},
{
text: 'My Votes',
},
],
},
},
// chain modules
{
path: '/:chain/',