From c48754cb9ce9703cc16ce529749fbde9378c46c1 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 18 Mar 2021 17:33:05 +0100 Subject: [PATCH] fixed remainign two lint errors --- frontend/src/views/Layout/DashboardNavbar.vue | 2 +- frontend/src/views/NotFoundPage.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/Layout/DashboardNavbar.vue b/frontend/src/views/Layout/DashboardNavbar.vue index 1e77c16c5..ad669c196 100755 --- a/frontend/src/views/Layout/DashboardNavbar.vue +++ b/frontend/src/views/Layout/DashboardNavbar.vue @@ -74,7 +74,7 @@ import VueQrcode from 'vue-qrcode' export default { components: { - CollapseTransition, + //CollapseTransition, BaseNav, VueQrcode }, diff --git a/frontend/src/views/NotFoundPage.vue b/frontend/src/views/NotFoundPage.vue index c80dfbfc7..17c027880 100755 --- a/frontend/src/views/NotFoundPage.vue +++ b/frontend/src/views/NotFoundPage.vue @@ -363,7 +363,7 @@ export default { name: 'not-found', data() { return { - anime:{ +anime:{ targets: '.row svg', translateY: 10, autoplay: true, @@ -371,7 +371,7 @@ export default { easing: 'easeInOutSine', direction: 'alternate' }, -anime:{ +anime2:{ targets: '#zero', translateX: 10, autoplay: true,