Upload add new prop webkitdirectory
This commit is contained in:
parent
0a3ea18b48
commit
af8c2e5e59
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
:class="[prefixCls + '-input']"
|
||||
@change="handleChange"
|
||||
:multiple="multiple"
|
||||
:webkitdirectory="webkitdirectory"
|
||||
:accept="accept">
|
||||
<slot></slot>
|
||||
</div>
|
||||
|
@ -142,6 +143,10 @@
|
|||
disabled: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
webkitdirectory: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
},
|
||||
data () {
|
||||
|
|
Loading…
Add table
Reference in a new issue