Skip to content

Commit 891129b

Browse files
authored
docs(API): props default values
1 parent bf5c446 commit 891129b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ A Vue.js 2 component, accessing the device camera and allowing users to read QR
5858

5959
# API
6060

61-
| Prop | Valid Types |
62-
|-----------|-----------------------|
63-
| `:track` | `Boolean`, `Function` |
64-
| `:paused` | `Boolean` |
65-
| `:camera` | `Boolean`, `Object` |
61+
| Prop | Valid Types | Default |
62+
|-----------|-----------------------|---------------------------|
63+
| `:track` | `Boolean`, `Function` | `true` |
64+
| `:paused` | `Boolean` | `false` |
65+
| `:camera` | `Boolean`, `Object` | see [Usage](#camera-prop) |
6666

6767
| Event | Payload Type |
6868
|-----------|-------------------|

0 commit comments

Comments
 (0)