diff --git a/components/Author.vue b/components/Author.vue new file mode 100644 index 000000000..441efa3d5 --- /dev/null +++ b/components/Author.vue @@ -0,0 +1,130 @@ + + + + {{ author.name }} + + + + + + {{ author.contributionsCount }} + Beiträge + + + + + {{ author.commentsCount }} + Kommentare + + + + + {{ author.followedByCount }} + Fans + + + + + + + + + + + + + + + + + + +