-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
enhancementNew feature or requestNew feature or request
Description
🆒 Your use case
i need a way to know when the reset of resetInterval is called because on the manage display when i click on it, it does add the token and change the value, but when the reset happen sthe value stays the same but on the UI it shows to click again on the challenge
🆕 The solution you'd like
maybe just to add something like this
const emit = defineEmits<{
(name: 'update:modelValue', token: string): void
(name: 'reset'): void
}>()
const reset = () => {
if (id) {
emit('reset')
_reset(id)
}
}
🔍 Alternatives you've considered
No response
ℹ️ Additional info
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request