From e8ff379673e9df89f5828332f00065805a34d039 Mon Sep 17 00:00:00 2001 From: nurRiyad Date: Mon, 9 Jan 2023 23:01:40 +0600 Subject: [PATCH] make home page functional Signed-off-by: nurRiyad --- components/blog/card.vue | 35 +++++++++++++++++++------------ content/blogs/1. hello-world.md | 2 ++ content/blogs/2. hello-man.md | 1 + content/blogs/3. intro-to-nuxt.md | 1 + content/blogs/4. intro-to-vue.md | 1 + content/blogs/5. intro-to-ts.md | 1 + pages/index.vue | 18 ++++++++++++---- 7 files changed, 42 insertions(+), 17 deletions(-) diff --git a/components/blog/card.vue b/components/blog/card.vue index 43c6f9d..1397082 100644 --- a/components/blog/card.vue +++ b/components/blog/card.vue @@ -1,37 +1,46 @@