feat: use article props
This commit is contained in:
@@ -34,8 +34,9 @@ export default createRouter({
|
||||
component: () => import('./views/Messages.vue'),
|
||||
},
|
||||
{
|
||||
path: '/article',
|
||||
path: '/article/:link',
|
||||
name: 'article-viewer',
|
||||
props: true,
|
||||
component: () => import('./views/ArticleViewer.vue'),
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user