Renders buttons used to capture/select photo file inputs.
Usage
<photo-input v-model="photoFile"></photo-input>
Props
| Name | Type | Default value | Required? | Description |
|---|---|---|---|---|
modelValue |
Object | null |
No | The initially selected photo file |
Events
| Name | Payload Type | Description |
|---|---|---|
update:modelValue |
Object | Emitted when a photo has been captured/selected |