Bug correction
This commit is contained in:
parent
73a7c7a318
commit
61992ca974
|
|
@ -88,8 +88,8 @@ var importComponent = {
|
||||||
|
|
||||||
moveDownClicked: function(index)
|
moveDownClicked: function(index)
|
||||||
{
|
{
|
||||||
console.log(index);
|
|
||||||
this.$root.moveArrayPosition(this.$root.versions, index, index + 1);
|
this.$root.moveArrayPosition(this.$root.versions, index, index + 1);
|
||||||
|
storage.setLocalStorage("versions",this.$root.versions);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue