chro: Utils4uAutoImports
All checks were successful
CI / cache-and-install (push) Successful in 1m38s
All checks were successful
CI / cache-and-install (push) Successful in 1m38s
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user