diff --git a/src/router/index.ts b/src/router/index.ts index b5719b3468524ac9b958344ecafa5df349c6e0d3..83cc091e2226f9bdedf4ff60d45c2b9b83317778 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -19,6 +19,11 @@ const routes = [ name: 'not-found', component: () => import('@/views/NotFoundView.vue'), }, + { + path: '/news', + name: 'news', + component: () => import('@/views/NewsView.vue'), + }, ] }, {