Skip to content

Commit f76987a

Browse files
authored
Merge pull request #456 from marky291/patch-1
Documentation for prop naming (non-breaking)
2 parents 5d057a2 + 6a5834a commit f76987a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/pages/Props.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ export default {
1717
props: [
1818
['id', 'String','dropzone', 'A string by which to identify the component, can be anything', 'True'],
1919
['options', 'Object','{}', 'A dropzone [configuration object](http://www.dropzonejs.com/#configuration-options), accepts all valid dropzone configuration', 'True'],
20-
['includeStyling', 'Boolean','True', 'Whether to include the dropzone and component styling.', 'False'],
20+
['include-styling', 'Boolean','True', 'Whether to include the dropzone and component styling.', 'False'],
2121
['awss3', 'Object','{}', 'Object consisting of 3 values signingURL, headers, and params. You can use the headers and params keys to send additional headers or parameters with the signing request (e.g. CSRF tokens). See [Demo and config](#/aws-s3-upload)', 'False'],
22-
['destroyDropzone', 'Boolean','True', 'Destroy the dropzone object when the component is destroyed.', 'False'],
23-
['duplicateCheck','Boolean','False','Check if added file is duplicate, in already dropped files in dropzone','False'],
24-
['useCustomSlot','Boolean','False','Use a custom slot for the default message area','False'],
22+
['destroy-dropzone', 'Boolean','True', 'Destroy the dropzone object when the component is destroyed.', 'False'],
23+
['duplicate-check','Boolean','False','Check if added file is duplicate, in already dropped files in dropzone','False'],
24+
['use-custom-slot','Boolean','False','Use a custom slot for the default message area','False'],
2525
]
2626
}
2727
},

0 commit comments

Comments
 (0)