Skip to content

Commit 98dbcdc

Browse files
committed
AWS param feature reviewed, external-helpers added to rollup from .babelrc
1 parent fa47f56 commit 98dbcdc

File tree

4 files changed

+1022
-5
lines changed

4 files changed

+1022
-5
lines changed

.babelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@
66
"modules": false
77
}
88
]
9-
],
10-
"plugins": [
11-
"external-helpers"
129
]
1310
}

docs/src/pages/Props.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default {
1818
['id', 'String', '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'],
2020
['includeStyling', 'Boolean', 'Whether to include the dropzone and component styling, defaults to true', 'False'],
21-
['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'],
21+
['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'],
2222
['destroyDropzone', 'Boolean', 'Destroy the dropzone object when the component is destroyed. Defaults to true.', 'False'],
2323
]
2424
}

0 commit comments

Comments
 (0)