|
@@ -24,7 +24,7 @@ import { fileMD5 } from "../plugins/md5";
|
|
import ajax from "@/plugins/ajax";
|
|
import ajax from "@/plugins/ajax";
|
|
|
|
|
|
export default {
|
|
export default {
|
|
- name: "import-file",
|
|
|
|
|
|
+ name: "upload-button",
|
|
props: {
|
|
props: {
|
|
btnIcon: {
|
|
btnIcon: {
|
|
type: String
|
|
type: String
|
|
@@ -54,7 +54,7 @@ export default {
|
|
},
|
|
},
|
|
maxSize: {
|
|
maxSize: {
|
|
type: Number,
|
|
type: Number,
|
|
- default: 10 * 1024 * 1024
|
|
|
|
|
|
+ default: 20 * 1024 * 1024
|
|
},
|
|
},
|
|
addFilenameParam: {
|
|
addFilenameParam: {
|
|
type: String,
|
|
type: String,
|