1
This commit is contained in:
@@ -68,7 +68,13 @@ const router = createRouter({
|
||||
{
|
||||
path: '/',
|
||||
name: 'statistics',
|
||||
component: () => import('../views/StatisticsView.vue'),
|
||||
component: () => import('../views/statisticsV1/Index.vue'),
|
||||
meta: { requiresAuth: true }
|
||||
},
|
||||
{
|
||||
path: '/statistics-v2',
|
||||
name: 'statistics-v2',
|
||||
component: () => import('../views/statisticsV2/Index.vue'),
|
||||
meta: { requiresAuth: true }
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user