bug fixes: reset animationIndex when config upate

This commit is contained in:
jiaming743 2020-06-16 14:48:16 +08:00
parent a2875684ce
commit 7491b34711
1 changed files with 2 additions and 0 deletions

View File

@ -187,6 +187,8 @@ export default {
stopAnimation() stopAnimation()
this.animationIndex = 0
calcData() calcData()
} }
}, },