From 633631c285909329a49e850242c8af3656b1fab0 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Sun, 2 Feb 2025 21:18:49 +0330 Subject: [PATCH] Create articles masonry list --- frontend/components/articles/ArticlesList.vue | 63 +++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 frontend/components/articles/ArticlesList.vue diff --git a/frontend/components/articles/ArticlesList.vue b/frontend/components/articles/ArticlesList.vue new file mode 100644 index 0000000..4413d94 --- /dev/null +++ b/frontend/components/articles/ArticlesList.vue @@ -0,0 +1,63 @@ + + + + + \ No newline at end of file