From 89d00cfca6cb06754908cc17af287d7060a27560 Mon Sep 17 00:00:00 2001 From: Simo-C3 Date: Mon, 27 Feb 2023 01:28:44 +0900 Subject: [PATCH 1/8] =?UTF-8?q?[change]=20=E4=BD=9C=E5=93=81=E4=B8=80?= =?UTF-8?q?=E8=A6=A7=E5=8F=96=E5=BE=97=E3=83=AC=E3=82=B9=E3=83=9D=E3=83=B3?= =?UTF-8?q?=E3=82=B9=E3=81=AB=E4=BD=9C=E5=93=81=E7=B7=8F=E6=95=B0=E3=81=AE?= =?UTF-8?q?=E3=83=87=E3=83=BC=E3=82=BF=E3=82=92=E8=BF=BD=E5=8A=A0=E3=81=A8?= =?UTF-8?q?=E3=83=87=E3=82=B6=E3=82=A4=E3=83=B3=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/users/UsersProfile.vue | 2 +- components/works/WorksFilter.vue | 5 ++-- components/works/WorksList.vue | 12 +-------- pages/index.vue | 42 ++++++++++++++++++------------- pages/users/_id.vue | 19 +++++++++++--- types/index.d.ts | 5 ++++ 6 files changed, 50 insertions(+), 35 deletions(-) diff --git a/components/users/UsersProfile.vue b/components/users/UsersProfile.vue index 3268894..0d7b22d 100644 --- a/components/users/UsersProfile.vue +++ b/components/users/UsersProfile.vue @@ -2,7 +2,7 @@

絞り込み

@@ -33,7 +32,7 @@ @click="onClickFilterVisibilities(visibility)" />
-
+
+
diff --git a/pages/index.vue b/pages/index.vue index ce6acb2..5ccdbfe 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,16 +1,14 @@