From c0b6e3543029145c20b798295b6d36386260949a Mon Sep 17 00:00:00 2001 From: CAI79 Date: Sat, 29 Jun 2019 20:22:16 +0300 Subject: [PATCH] Back to top button added --- public/index.html | 3 +- src/App.vue | 126 +++++++++++++++++++---------------- src/components/Authors.vue | 8 ++- src/components/Book.vue | 33 ++++----- src/components/Books.vue | 12 ++-- src/main.js | 24 +++---- src/plugins/i18n.js | 4 +- src/plugins/vuetify.js | 8 +-- src/registerServiceWorker.js | 56 ++++++++-------- 9 files changed, 148 insertions(+), 126 deletions(-) diff --git a/public/index.html b/public/index.html index 6bb6643..f1c3361 100644 --- a/public/index.html +++ b/public/index.html @@ -11,7 +11,8 @@
diff --git a/src/App.vue b/src/App.vue index 6066cad..8d12548 100644 --- a/src/App.vue +++ b/src/App.vue @@ -155,18 +155,33 @@ + + + keyboard_arrow_up + +