From b775bbfed6d34f170ba13efae01e9a0ea66e058d Mon Sep 17 00:00:00 2001 From: kotodu <37821512+busroutemap@users.noreply.github.com> Date: Sun, 16 Aug 2020 17:59:49 +0900 Subject: [PATCH 1/2] =?UTF-8?q?#25=20=E3=81=AE=E7=B7=8A=E6=80=A5=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ package.json | 2 +- src/components/Navbar.vue | 28 +++++++++++++++++++++++++--- 3 files changed, 30 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4260155..8257787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +# [1.0.2] +## 修正内容 +- モバイル時にハンバーガーボタンが息してない事態の修正 + - 応急処置で、vue.jsのclick動作で対応 # [1.0.1] ## 追加内容 diff --git a/package.json b/package.json index 30eddab..35ad630 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kotodu.io", - "version": "1.0.1", + "version": "1.0.2", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index 2e5c174..54b5232 100644 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue @@ -3,7 +3,8 @@