We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb65991 commit 99c134cCopy full SHA for 99c134c
components/input/OTP/OTPInput.tsx
@@ -1,5 +1,5 @@
1
import Input from '../Input';
2
-import { PropType, computed, defineComponent, nextTick, shallowRef } from 'vue';
+import { PropType, computed, defineComponent, shallowRef } from 'vue';
3
import inputProps from '../inputProps';
4
import omit from '../../_util/omit';
5
import { type ChangeEventHandler } from '../../_util/EventInterface';
0 commit comments