chro: Utils4uAutoImports
All checks were successful
CI / cache-and-install (push) Successful in 1m38s

This commit is contained in:
严浩
2024-09-13 12:05:51 +08:00
parent a707d3303b
commit 6007f6d9bc
5 changed files with 17 additions and 14 deletions

View File

@ -6,7 +6,5 @@
</template>
<script setup lang="ts">
import { useCountdown } from 'utils4u/vue-use';
const { countdownTime, triggerCountdown, isCounting } = useCountdown(3);
const { countdownTime, triggerCountdown, isCounting } = useVueCountdown(3);
</script>