From f89c9251e69a06ef130ebf1e0b84bd7ba8b13f7f Mon Sep 17 00:00:00 2001 From: Raymonzut <40148684+Raymonzut@users.noreply.github.com> Date: Sat, 25 Apr 2020 14:38:40 +0200 Subject: [PATCH] Add Post view displaying passed id --- client/src/views/Post.vue | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 client/src/views/Post.vue diff --git a/client/src/views/Post.vue b/client/src/views/Post.vue new file mode 100644 index 0000000..4c6e07e --- /dev/null +++ b/client/src/views/Post.vue @@ -0,0 +1,22 @@ + + + + Read other posts + + The id of the post is: {{ id }} + + + + + + \ No newline at end of file