Skip to content

Commit b20ca7d

Browse files
committed
wip
1 parent 3b4c53a commit b20ca7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Displays a button to post the CSV to specified URL.
283283
<template>
284284
<vue-csv-import>
285285
...
286-
<vue-csv-submit url="/post/here"></vue-csv-submit>
286+
<vue-csv-submit url="/post/here" :config="{}"></vue-csv-submit>
287287
...
288288
</vue-csv-import>
289289
</template>
@@ -307,6 +307,7 @@ Or use slot for custom markup:
307307
| Prop | Default | Description |
308308
| ------ | ------- | ----------- |
309309
| url | N/A | (required) Where to post the CSV. |
310+
| config | {} | (optional) Axios config object. |
310311

311312
#### Slot Props:
312313

0 commit comments

Comments
 (0)