diff --git a/assets/images/icons/wip.svg b/assets/images/icons/wip.svg new file mode 100644 index 0000000..bf27e45 --- /dev/null +++ b/assets/images/icons/wip.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/components/projects/ProjectCard.vue b/components/projects/ProjectCard.vue index f1a537c..1cbb1b1 100644 --- a/components/projects/ProjectCard.vue +++ b/components/projects/ProjectCard.vue @@ -2,6 +2,10 @@
+
+ + WIP +

{{ props.title }}

{{ props.subtitle }}

@@ -24,6 +28,7 @@ title: String, subtitle: { type: String, required: false }, links: Object as PropType<{ label: string, url: string }[]>, - image: String + image: String, + wip: { type: Boolean, required: false } }); \ No newline at end of file diff --git a/components/projects/cards/NotXiaGithubio.vue b/components/projects/cards/NotXiaGithubio.vue index af89dee..29b6190 100644 --- a/components/projects/cards/NotXiaGithubio.vue +++ b/components/projects/cards/NotXiaGithubio.vue @@ -1,5 +1,6 @@