From 2a45a8122a164188c8d41ae34b70aff8453a08e1 Mon Sep 17 00:00:00 2001 From: iczer <1126263215@qq.com> Date: Thu, 2 Jul 2020 14:05:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20animation=20settings=20do=20not=20work;?= =?UTF-8?q?=20:bug:=20=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=8D=E7=94=9F=E6=95=88=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/setting/Setting.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/setting/Setting.vue b/src/components/setting/Setting.vue index 97f0d8b..1e48f93 100644 --- a/src/components/setting/Setting.vue +++ b/src/components/setting/Setting.vue @@ -57,7 +57,7 @@ {{$t('animate.effect')}} {{item.alias}} @@ -67,7 +67,7 @@ {{$t('animate.direction')}} {{item}} @@ -127,7 +127,7 @@ export default { clipboard.destroy() }) }, - setAnimate(animate, direction) { + setAnimation(animate, direction) { if (direction == undefined) { this.direction = this.directions[0] }