Commit 0d108ec7 authored by SpinShare's avatar SpinShare

renamed startup routes

parent a3b49ed3
...@@ -26,22 +26,22 @@ const routes = [{ ...@@ -26,22 +26,22 @@ const routes = [{
children: [ children: [
{ {
path: '', path: '',
name: 'Frontpage', name: 'StartupFrontpage',
component: ViewStartupFrontpage component: ViewStartupFrontpage
}, },
{ {
path: '/new', path: '/new',
name: 'New Songs', name: 'StartupNew',
component: ViewStartupNewSongs component: ViewStartupNewSongs
}, },
{ {
path: '/hot', path: '/hot',
name: 'Hot Songs', name: 'StartupHot',
component: ViewStartupHotSongs component: ViewStartupHotSongs
}, },
{ {
path: '/popular', path: '/popular',
name: 'Popular Songs', name: 'StartupPopular',
component: ViewStartupPopularSongs 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