reorder func edited
parent
d7c5912498
commit
39b5d8c415
|
@ -178,7 +178,8 @@ export default {
|
||||||
this.$emit('reorder', {
|
this.$emit('reorder', {
|
||||||
originalEvent: event,
|
originalEvent: event,
|
||||||
value: value,
|
value: value,
|
||||||
direction: this.reorderDirection
|
direction: this.reorderDirection,
|
||||||
|
listIndex: listIndex
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -210,7 +211,8 @@ export default {
|
||||||
this.$emit('reorder', {
|
this.$emit('reorder', {
|
||||||
originalEvent: event,
|
originalEvent: event,
|
||||||
value: value,
|
value: value,
|
||||||
direction: this.reorderDirection
|
direction: this.reorderDirection,
|
||||||
|
listIndex: listIndex
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -240,7 +242,8 @@ export default {
|
||||||
this.$emit('reorder', {
|
this.$emit('reorder', {
|
||||||
originalEvent: event,
|
originalEvent: event,
|
||||||
value: value,
|
value: value,
|
||||||
direction: this.reorderDirection
|
direction: this.reorderDirection,
|
||||||
|
listIndex: listIndex
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue