fix: Render articles in widget if it is available (#7654)

Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: iamsivin <iamsivin@gmail.com>
Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
Pranav Raj S
2023-09-14 19:56:17 +05:30
committed by GitHub
co-authored by Nithin David Thomas Muhsin Keloth Sivin Varghese iamsivin Sojan
parent 616371adbb
commit 94a20af9db
19 changed files with 300 additions and 95 deletions
+6
View File
@@ -36,6 +36,12 @@ export default new Router({
name: 'messages',
component: () => import('./views/Messages.vue'),
},
{
path: '/article',
name: 'article-viewer',
props: true,
component: () => import('./views/ArticleViewer.vue'),
},
],
},
],