diff --git a/components/Badge.vue b/components/Badge.vue new file mode 100644 index 0000000..32a2aea --- /dev/null +++ b/components/Badge.vue @@ -0,0 +1,80 @@ + + + + + {{ badges[props.id].name }} + + + + + + \ No newline at end of file diff --git a/components/ProjectCardContent.vue b/components/ProjectCardContent.vue index 9c27d68..1bdd897 100644 --- a/components/ProjectCardContent.vue +++ b/components/ProjectCardContent.vue @@ -1,12 +1,15 @@ - + {{title}} {{description}} + + + @@ -20,6 +23,7 @@
{{ badges[props.id].name }}
{{description}}