mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fixed remainign two lint errors
This commit is contained in:
parent
38ba2ae1e9
commit
c48754cb9c
@ -74,7 +74,7 @@ import VueQrcode from 'vue-qrcode'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
CollapseTransition,
|
||||
//CollapseTransition,
|
||||
BaseNav,
|
||||
VueQrcode
|
||||
},
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user