From 83a5d8a56cd6db4113a5dd258ef07f5061683779 Mon Sep 17 00:00:00 2001 From: Raymonzut <40148684+Raymonzut@users.noreply.github.com> Date: Thu, 23 Apr 2020 14:12:07 +0200 Subject: [PATCH] Add the posts view --- client/src/views/posts.vue | 67 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 client/src/views/posts.vue diff --git a/client/src/views/posts.vue b/client/src/views/posts.vue new file mode 100644 index 0000000..5b2606b --- /dev/null +++ b/client/src/views/posts.vue @@ -0,0 +1,67 @@ + + + + + \ No newline at end of file