vuetify-file-browser
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "vuetify-file-browser", | ||
"version": "1.0.0", | ||
"description": "Open source file manager component for web (Vue.js, Vuetify, Node.js)", | ||
"version": "1.0.1", | ||
"description": "Open source file manager component for Vue.js. Requires Vuetify v2.0 or higher", | ||
"main": "src/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -66,3 +66,7 @@ # Vuetify File Browser | ||
// custom configuration for internal axios instance | ||
axiosConfig: { type: Object, default: () => {} } | ||
axiosConfig: { type: Object, default: () => {} }, | ||
// max files count to upload at once. Unlimited by default | ||
maxUploadFilesCount: { type: Number, default: 0 }, | ||
// max file size to upload. Unlimited by default | ||
maxUploadFileSize: { type: Number, default: 0 } | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
43701
15
103
71