refactor: 移除不再使用的 utils4u 导入,更新为直接使用 useCountdown

This commit is contained in:
严浩
2024-12-19 22:54:25 +08:00
parent 319ec789f4
commit cb779c0234
2 changed files with 1 additions and 14 deletions

View File

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