fix: route link article viewer

This commit is contained in:
Shivam Mishra
2024-10-04 18:30:25 +05:30
parent 8c54d7f794
commit 0602babaa0
3 changed files with 4 additions and 10 deletions
+1 -2
View File
@@ -34,9 +34,8 @@ export default createRouter({
component: () => import('./views/Messages.vue'),
},
{
path: '/article',
path: '/article/',
name: 'article-viewer',
props: true,
component: () => import('./views/ArticleViewer.vue'),
},
],