feat(PinInput): add autofocus / autofocus-delay props

Resolves #3717
This commit is contained in:
Benjamin Canac
2025-03-28 18:52:39 +01:00
parent f05dbd26d1
commit 0456670dac
2 changed files with 31 additions and 2 deletions

View File

@@ -177,6 +177,12 @@ props:
:component-emits
When accessing the component via a template ref, you can use the following:
| Name | Type |
| ---- | ---- |
| `inputsRef`{lang="ts-type"} | `Ref<ComponentPublicInstance[]>`{lang="ts-type"} |
## Theme
:component-theme