From 1314a5f3c19ecff816ba27e783f5c032fb1faa73 Mon Sep 17 00:00:00 2001 From: KK56ken Date: Tue, 2 Nov 2021 20:57:40 +0900 Subject: [PATCH 1/2] =?UTF-8?q?v-container=E5=B0=8E=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.vue | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index b313213..3052a22 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,14 +1,16 @@ From b18230f379cd5644df1e223e2318e53caee66bbd Mon Sep 17 00:00:00 2001 From: KK56ken Date: Tue, 2 Nov 2021 21:18:45 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E4=B8=BB=E8=A6=81=E3=83=95=E3=82=A1?= =?UTF-8?q?=E3=82=A4=E3=83=AB=E5=85=A8=E8=88=AC=E3=83=95=E3=82=A9=E3=83=BC?= =?UTF-8?q?=E3=83=9E=E3=83=83=E3=83=88=E3=81=8B=E3=81=91=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/about.vue | 10 +--- components/aboutDet.vue | 125 +++++++++++++++++++--------------------- components/product.vue | 94 ++++++++++++++++-------------- components/team.vue | 5 +- layouts/default.vue | 2 +- layouts/error.vue | 26 ++++----- nuxt.config.js | 8 +-- pages/index.vue | 3 +- 8 files changed, 132 insertions(+), 141 deletions(-) diff --git a/components/about.vue b/components/about.vue index 636ed06..186a390 100644 --- a/components/about.vue +++ b/components/about.vue @@ -19,12 +19,9 @@ export default { width: 0, }; }, - created() { - }, - mounted() { - }, - methods: { - }, + created() {}, + mounted() {}, + methods: {}, }; @@ -32,5 +29,4 @@ export default { p { text-align: center; } - diff --git a/components/aboutDet.vue b/components/aboutDet.vue index 94a341a..bd2b77d 100644 --- a/components/aboutDet.vue +++ b/components/aboutDet.vue @@ -1,81 +1,78 @@ diff --git a/components/product.vue b/components/product.vue index 9325184..f803222 100644 --- a/components/product.vue +++ b/components/product.vue @@ -1,41 +1,48 @@