diff --git a/components/NewsDirectory.vue b/components/NewsDirectory.vue new file mode 100644 index 0000000..2bff2ad --- /dev/null +++ b/components/NewsDirectory.vue @@ -0,0 +1,193 @@ + + + + + + Search articles + + + + + + + + + + Date + + All time + Today + This week + This month + This year + + + + + + Tags + + + {{ tag }} + + + + + + + + + + + + + + {{ article.title }} + + + {{ formatDate(article.publishedAt) }} + + + + + + + + + +