From 695ce40eca1398c8914dd3f70f37c82eb10e5cd2 Mon Sep 17 00:00:00 2001 From: pompydev Date: Thu, 20 Mar 2025 20:49:30 +0900 Subject: [PATCH] feat(list): add header component --- apps/list/app.vue | 8 +------ apps/list/components/Header.vue | 36 ++++++++++++++++++++++++++++ apps/list/nuxt.config.ts | 12 +++++++++- apps/list/pages/content-creators.vue | 6 ++++- apps/list/pages/index.vue | 6 +---- 5 files changed, 54 insertions(+), 14 deletions(-) create mode 100644 apps/list/components/Header.vue diff --git a/apps/list/app.vue b/apps/list/app.vue index 98976f1..28ddc1d 100644 --- a/apps/list/app.vue +++ b/apps/list/app.vue @@ -1,11 +1,5 @@ diff --git a/apps/list/nuxt.config.ts b/apps/list/nuxt.config.ts index 4393eb7..02e63fa 100644 --- a/apps/list/nuxt.config.ts +++ b/apps/list/nuxt.config.ts @@ -31,7 +31,17 @@ export default defineNuxtConfig({ // https://google-fonts.nuxtjs.org/getting-started/options googleFonts: { families: { - "Noto Sans KR": true, + "Noto Sans KR": [ + // 100, // thin + // 200, // extralight + // 300, // light + 400, // normal + // 500, // medium + 600, // semibold + // 700, // bold + 800, // extrabold + // 900, // black + ], }, }, diff --git a/apps/list/pages/content-creators.vue b/apps/list/pages/content-creators.vue index e5e1891..e53f4dc 100644 --- a/apps/list/pages/content-creators.vue +++ b/apps/list/pages/content-creators.vue @@ -43,7 +43,11 @@ const t = useVueTable({