fixed remainign two lint errors

This commit is contained in:
Ulf Gebhardt 2021-03-18 17:33:05 +01:00
parent 38ba2ae1e9
commit c48754cb9c
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
2 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ import VueQrcode from 'vue-qrcode'
export default {
components: {
CollapseTransition,
//CollapseTransition,
BaseNav,
VueQrcode
},

View File

@ -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,