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