diff --git a/src/App.vue b/src/App.vue index 35273a4..ecfae4e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -52,16 +52,24 @@ -
+ {{ moment(comment_first.updated_at) }} @{{ comment_first.handle }} + {{ comment_first.text }} +
- {{ moment(i.updated_at) }} @{{ i.handle }} {{ i.text }}
+ {{ moment(comment_first.updated_at) }} @{{ comment_first.handle }} + {{ comment_first.text }} +
+ + +- {{ moment(i.updated_at) }} @{{ i.handle }} {{ i.text }}
+