Commit 0d108ec7 authored by SpinShare's avatar SpinShare

renamed startup routes

parent a3b49ed3
......@@ -26,22 +26,22 @@ const routes = [{
children: [
{
path: '',
name: 'Frontpage',
name: 'StartupFrontpage',
component: ViewStartupFrontpage
},
{
path: '/new',
name: 'New Songs',
name: 'StartupNew',
component: ViewStartupNewSongs
},
{
path: '/hot',
name: 'Hot Songs',
name: 'StartupHot',
component: ViewStartupHotSongs
},
{
path: '/popular',
name: 'Popular Songs',
name: 'StartupPopular',
component: ViewStartupPopularSongs
}
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment