|
@@ -155,7 +155,7 @@ const count = computed(() =>
|
|
|
const play = ref(false);
|
|
|
|
|
|
watch(play, (_a, _b, onCleanup) => {
|
|
|
- play.value ? animationGroup.pause() : animationGroup.play();
|
|
|
+ play.value ? animationGroup.play() : animationGroup.pause();
|
|
|
|
|
|
// let isDes = false;
|
|
|
// let prevNow = Date.now();
|