diff --git a/src/App.vue b/src/App.vue index 423e456..a0d4f01 100644 --- a/src/App.vue +++ b/src/App.vue @@ -58,31 +58,33 @@ -
- {{ moment(comment_first.updated_at) }} @{{ comment_first.handle }} - {{ comment_first.text }} +
+ {{ moment(comment_first.updated_at) }} @{{ comment_first.handle }} + {{ comment_first.text }} +
+ post +
+ +
+ {{ axios_check('/icon/' + i.did.replace('did:plc:', '') + '.jpg') }} + {{ moment(i.updated_at) }} @{{ i.handle }} + {{ i.text }}
- post -
- -
- {{ axios_check('/icon/' + i.did.replace('did:plc:', '') + '.jpg') }} - {{ moment(i.updated_at) }} @{{ i.handle }} - {{ i.text }} -
- {{ moment(comment_first.updated_at) }} @{{ comment_first.handle }} - {{ comment_first.text }} +
+ {{ moment(comment_first.updated_at) }} @{{ comment_first.handle }} + {{ comment_first.text }} +
+ ++ post +
++ +
++ {{ axios_check('/icon/' + i.did.replace('did:plc:', '') + '.jpg') }} + {{ moment(i.updated_at) }} @{{ i.handle }} + {{ i.text }}
-- post -
-- -
-- {{ axios_check('/icon/' + i.did.replace('did:plc:', '') + '.jpg') }} - {{ moment(i.updated_at) }} @{{ i.handle }} - {{ i.text }} -
- -