DemoOtpInputHidden.vue 162 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 <script setup> const otp = ref('') </script> <template> <VOtpInput v-model="otp" autocomplete="on" type="password" length="5" /> </template>