refactor move home / into vue components (#3498)
This commit is contained in:
@@ -193,6 +193,11 @@ const routes = [
|
||||
path: '/first_install',
|
||||
name: 'FirstInstall',
|
||||
component: PageFirstInstall
|
||||
},
|
||||
{
|
||||
path: '/',
|
||||
name: 'PageHome',
|
||||
component: PageHome
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user