fix: type
This commit is contained in:
@ -6,5 +6,5 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
const { countdownTime, triggerCountdown, isCounting } = useVueCountdown(3);
|
||||
const { countdownTime, triggerCountdown, isCounting } = utils4uVueUseCountdown(3);
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user