From 64c6aefe6382d8f76099479e0d5c3707c898d4d8 Mon Sep 17 00:00:00 2001 From: Axolotle Date: Thu, 8 Oct 2020 23:58:09 +0200 Subject: [PATCH] add route/component transition animation and an option to disable it --- app/src/App.vue | 67 ++++++++++++++++++++--- app/src/components/globals/Breadcrumb.vue | 12 ++-- app/src/i18n/locales/en.json | 3 +- app/src/router/routes.js | 17 +++++- app/src/store/settings.js | 7 +++ app/src/views/tool/ToolWebadmin.vue | 29 +++++++++- 6 files changed, 119 insertions(+), 16 deletions(-) diff --git a/app/src/App.vue b/app/src/App.vue index 17b39356..89cdda14 100644 --- a/app/src/App.vue +++ b/app/src/App.vue @@ -1,21 +1,26 @@