diff --git a/frontend/pages/article/[id].vue b/frontend/pages/article/[id].vue new file mode 100644 index 0000000..8a012ff --- /dev/null +++ b/frontend/pages/article/[id].vue @@ -0,0 +1,115 @@ + + + + + + + + + + {{ article!.title }} + + + + + + + + + + + + + + {{ article!.author.full_name }} + + + + + دسته بندی موبایل + + + + + + + + + + ۲۴ مهر 1403 + + + + + + {{ article!.views }} + + + + + + + + + + + + + + + + + \ No newline at end of file