Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
zdy1988 committed Aug 23, 2017
1 parent cdfce6e commit 4a5dd26
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/tree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,19 +116,19 @@
children: {type: Array},
wholeRow: {type: Boolean, default: false},
onClick: {
type: Function, default: () => {}
type: Function, default: () => false
},
onToggle: {
type: Function, default: () => {}
type: Function, default: () => false
},
onDragStart: {
type: Function, default: () => {}
type: Function, default: () => false
},
onDragEnd: {
type: Function, default: () => {}
type: Function, default: () => false
},
onDrop: {
type: Function, default: () => {}
type: Function, default: () => false
},
showCheckbox: {type: Boolean, default: false},
loading: {type: Boolean, default: false},
Expand Down

0 comments on commit 4a5dd26

Please sign in to comment.