chro: Utils4uAutoImports
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