Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
udspj committed Jun 13, 2018
1 parent 3e1f9cc commit 5303956
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ export default new Router({
path: '/coin/:name',
component: CoinGirl,
},
{
name: 'Collection',
path: '/collection',
component: MyCollectionPage,
},
{
name: 'Collection',
path: '/collection/:address',
Expand Down

0 comments on commit 5303956

Please sign in to comment.