fix: type
All checks were successful
/ playwright (push) Successful in 1m39s
/ depcheck (push) Successful in 1m33s
/ build-and-deploy-to-vercel (push) Successful in 1m36s

This commit is contained in:
严浩
2024-12-18 18:42:06 +08:00
parent aa84274f0a
commit 1d2d19df65
7 changed files with 23 additions and 116 deletions

View File

@ -6,5 +6,5 @@
</template>
<script setup lang="ts">
const { countdownTime, triggerCountdown, isCounting } = useVueCountdown(3);
const { countdownTime, triggerCountdown, isCounting } = utils4uVueUseCountdown(3);
</script>