refactor: 移除不再使用的 utils4u 导入,更新为直接使用 useCountdown
This commit is contained in:
@ -6,5 +6,5 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
const { countdownTime, triggerCountdown, isCounting } = utils4uVueUseCountdown(3);
|
||||
const { countdownTime, triggerCountdown, isCounting } = useCountdown(3);
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user