support Tree & add dispatch and broadcast methods
support Tree,many component add name $option;add dispatch and broadcast methods, mixins it
This commit is contained in:
parent
bb71140e7b
commit
34ee7b4a14
28 changed files with 190 additions and 69 deletions
|
@ -28,6 +28,7 @@
|
|||
const prefixCls = 'ivu-upload';
|
||||
|
||||
export default {
|
||||
name: 'UploadList',
|
||||
components: { Icon, Progress },
|
||||
props: {
|
||||
files: {
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
const prefixCls = 'ivu-upload';
|
||||
|
||||
export default {
|
||||
name: 'Upload',
|
||||
components: { UploadList },
|
||||
props: {
|
||||
action: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue