vue-component-toolkit
Version:
A Vue3 component toolkit library
37 lines (26 loc) • 1.09 kB
Markdown
# TakePhoto
## Props
| Prop name | Description | Type | Values | Default |
| ------------- | ----------- | ------- | ------ | ------------- |
| buttonIcon | | boolean | - | true |
| buttonOverlay | | boolean | - | |
| buttonText | | boolean | - | true |
| checkPhoto | | boolean | - | true |
| modelValue | | - | - | |
| size | | array | - | |
| translator | | func | - | (id) => id |
| framingCircle | | boolean | - | false |
| framingBox | | number | - | null |
## Events
| Event name | Properties | Description |
| ----------------- | ---------- | ----------- |
| update:modelValue | |
## Slots
| Name | Description | Bindings |
| ------- | ----------- | -------- |
| target | | |
| default | | |
## Expose
### reset
>