From 92ec1c03dafa5a7fb9f7cff9f0233d2a49949ec7 Mon Sep 17 00:00:00 2001 From: kurbezz Date: Tue, 1 Sep 2020 14:04:02 +0300 Subject: [PATCH] Fix layout --- src/App.vue | 15 +++++++++++---- src/components/Album.vue | 12 +++++++++++- src/views/Home.vue | 13 ++++++++++++- 3 files changed, 34 insertions(+), 6 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0b519cf..74591c7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -14,6 +14,7 @@ @click="switchLeftPanel()"> diff --git a/src/views/Home.vue b/src/views/Home.vue index 2641597..8743415 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -76,10 +76,21 @@ export default class Home extends Vue {